コード例 #1
0
 public Task <int> CommitAsync()
 {
     _dustContext.ChangeTracker.DetectChanges();
     return(_dustContext.SaveChangesAsync());
 }