Пример #1
0
 public async Task AddAsync(AuditOperation auditOperation)
 {
     await _dbContext.AddAsync(auditOperation);
 }