v1.1.2
This commit is contained in:
@@ -18,7 +18,7 @@ namespace CC.Yi.DALFactory
|
||||
try
|
||||
{
|
||||
// Attempt to save changes to the database
|
||||
context.SaveChanges();
|
||||
context.SaveChangesAsync();
|
||||
saved = true;
|
||||
}
|
||||
catch (DbUpdateConcurrencyException ex)
|
||||
|
||||
Reference in New Issue
Block a user