Ejemplo n.º 1
0
 public override async Task <int> SaveChangesAsync(CancellationToken cancellationToken = default)
 {
     ChangeTracker.ApplyAuditableInformation();
     return(await base.SaveChangesAsync(cancellationToken).ConfigureAwait(false));
 }