예제 #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);
        }