Пример #1
0
 public async Task <bool> CommitAsync()
 {
     return(await _context.SaveChangesAsync().ConfigureAwait(false) > 1);
 }