Ejemplo n.º 1
0
 public void AuditLoginLog(AuditLog log)
 {
     _auditLogRepository.MakePersistent(log);
 }
Ejemplo n.º 2
0
 public void Write(AuditLog log)
 {
     _repository.MakePersistent(log);
 }