コード例 #1
0
        public static bool ValidaEliminacionGastoComun(GastosComunesDTO theGastosComunesDTO)
        {
            bool respuesta = facade.GastosComunes.ValidaEliminacionGastoComun(theGastosComunesDTO);

            return(respuesta);
        }
コード例 #2
0
        public static bool ActivaGastoComun(GastosComunesDTO theGastosComunesDTO)
        {
            bool respuesta = YouCom.DAL.GastosComunesDAL.ActivaGastoComun(theGastosComunesDTO);

            return(respuesta);
        }