Example #1
0
 public async Task <bool> CommitAsync()
 {
     return(await _dbContext.SaveChangesAsync() > 0);
 }