示例#1
0
        public static bool ValidaEliminacionGastoComun(DTO.GastosComunes.GastoComunDTO theGastosComunesDTO)
        {
            bool respuesta = facade.GastosComunes.GastoComun.ValidaEliminacionGastoComun(theGastosComunesDTO);

            return(respuesta);
        }
示例#2
0
        public static bool Update(DTO.GastosComunes.GastoComunDTO myGastosComunesDTO)
        {
            bool resultado = DAL.GastosComunes.GastoComunDAL.Update(myGastosComunesDTO);

            return(resultado);
        }
示例#3
0
        public static bool ActivaGastoComun(DTO.GastosComunes.GastoComunDTO theGastosComunesDTO)
        {
            bool respuesta = DAL.GastosComunes.GastoComunDAL.ActivaGastoComun(theGastosComunesDTO);

            return(respuesta);
        }
示例#4
0
        public static bool Insert(DTO.GastosComunes.GastoComunDTO myGastosComunesDTO)
        {
            bool resultado = DAL.GastosComunes.GastoComunDAL.Insert(myGastosComunesDTO);

            return(resultado);
        }