Ejemplo n.º 1
0
        public CrudeFinancialPaymentTypeRefModel CrudeFinancialPaymentTypeRefFetchByFinancialPaymentTypeRcd(System.String financialpaymenttypercd)
        {
            CrudeFinancialPaymentTypeRefModel financialPaymentTypeRef =
                new CrudeFinancialPaymentTypeRefBusiness().FetchByFinancialPaymentTypeRcd(financialpaymenttypercd);

            return(financialPaymentTypeRef);
        }
Ejemplo n.º 2
0
        public IEnumerable <CrudeFinancialPaymentTypeRefModel> CrudeFinancialPaymentTypeRefFetchAll()
        {
            List <CrudeFinancialPaymentTypeRefModel> financialPaymentTypeRefs =
                new CrudeFinancialPaymentTypeRefBusiness().FetchAll();

            return(financialPaymentTypeRefs);
        }
Ejemplo n.º 3
0
        public IEnumerable <CrudeFinancialPaymentTypeRefModel> CrudeFinancialPaymentTypeRefFetchAllWithLimit(
            string limit
            )
        {
            List <CrudeFinancialPaymentTypeRefModel> financialPaymentTypeRefs =
                new CrudeFinancialPaymentTypeRefBusiness().FetchAllWithLimit(limit);

            return(financialPaymentTypeRefs);
        }