Exemplo n.º 1
0
 private async Task SaveChanges()
 {
     await _context.SaveChangesAsync().ConfigureAwait(false);
 }