Exemple #1
0
 /// <inheritdoc />
 public async Task <int> SaveChanges()
 {
     return(await _context.SaveChangesAsync());
 }