Пример #1
0
        public List <VBG00786Result> CentroCosto_Listar(int idEmpresa, int codigoUsuario, string nombre)
        {
            CentroCostoBL objCentroCostoBL;

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