mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-18 07:26:37 +08:00
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