示例#1
0
        public static bool Update(DTO.Emergencia.TipoEmergenciaDTO myTipoEmergenciaDTO)
        {
            bool resultado = TipoEmergenciaDAL.Update(myTipoEmergenciaDTO);

            return(resultado);
        }
示例#2
0
        public static bool ActivaTipoEmergencia(DTO.Emergencia.TipoEmergenciaDTO theTipoEmergenciaDTO)
        {
            bool respuesta = TipoEmergenciaDAL.ActivaTipoEmergencia(theTipoEmergenciaDTO);

            return(respuesta);
        }
示例#3
0
        public static bool Insert(DTO.Emergencia.TipoEmergenciaDTO myTipoEmergenciaDTO)
        {
            bool resultado = TipoEmergenciaDAL.Insert(myTipoEmergenciaDTO);

            return(resultado);
        }