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