Exemplo n.º 1
0
 public virtual Task <int> CommitAsync()
 {
     return(_context.SaveChangesAsync());
 }