Ejemplo n.º 1
0
        public JsonResult RegistrarOperacion(string Tipo, string nombre, string viejo = "")
        {
            bool success = true;

            Auditoria.RegistarOperacionAnexoModulo(Tipo, nombre, viejo, true);

            return(Json(new { success }));
        }