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