コード例 #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);
        }