Example #1
0
 public async Task SaveContextAsync()
 {
     //TO DO: TRY CATCH
     await context.SaveChangesAsync();
 }