Ejemplo n.º 1
0
 public void WriteAuditLog(string text, long createdUserId, string ipAddressKey)
 {
     _auditLog.WriteAuditLog(text, createdUserId, ipAddressKey);
 }