Ejemplo n.º 1
0
 public AuditLog InsertAuditLog(AuditLog entity)
 {
     return(_iAuditLogRepository.InsertAuditLog(entity));
 }