예제 #1
0
        public CrudeFinancialVoucherTypeRefModel CrudeFinancialVoucherTypeRefFetchByFinancialVoucherTypeRcd(System.String financialvouchertypercd)
        {
            CrudeFinancialVoucherTypeRefModel financialVoucherTypeRef =
                new CrudeFinancialVoucherTypeRefBusiness().FetchByFinancialVoucherTypeRcd(financialvouchertypercd);

            return(financialVoucherTypeRef);
        }
예제 #2
0
        public IEnumerable <CrudeFinancialVoucherTypeRefModel> CrudeFinancialVoucherTypeRefFetchAll()
        {
            List <CrudeFinancialVoucherTypeRefModel> financialVoucherTypeRefs =
                new CrudeFinancialVoucherTypeRefBusiness().FetchAll();

            return(financialVoucherTypeRefs);
        }
예제 #3
0
        public IEnumerable <CrudeFinancialVoucherTypeRefModel> CrudeFinancialVoucherTypeRefFetchAllWithLimit(
            string limit
            )
        {
            List <CrudeFinancialVoucherTypeRefModel> financialVoucherTypeRefs =
                new CrudeFinancialVoucherTypeRefBusiness().FetchAllWithLimit(limit);

            return(financialVoucherTypeRefs);
        }