Пример #1
0
        public List <gsBuscarCentroCosto_IntranetResult> BuscarCentroCosto_Intranet(int idEmpresa, int codigoUsuario, bool flagRendGasto)
        {
            CentroCostoBL objCentroCostoBL;

            try
            {
                objCentroCostoBL = new CentroCostoBL();
                return(objCentroCostoBL.BuscarCentroCosto_Intranet(idEmpresa, codigoUsuario, flagRendGasto));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }