Example #1
0
 public Task <int> CommitAsync()
 {
     return(context.SaveChangesAsync());
 }