Пример #1
0
        public CrudeBookingDocumentTypeRefModel CrudeBookingDocumentTypeRefFetchByBookingDocumentTypeRcd(System.String bookingdocumenttypercd)
        {
            CrudeBookingDocumentTypeRefModel bookingDocumentTypeRef =
                new CrudeBookingDocumentTypeRefBusiness().FetchByBookingDocumentTypeRcd(bookingdocumenttypercd);

            return(bookingDocumentTypeRef);
        }
Пример #2
0
        public IEnumerable <CrudeBookingDocumentTypeRefModel> CrudeBookingDocumentTypeRefFetchAll()
        {
            List <CrudeBookingDocumentTypeRefModel> bookingDocumentTypeRefs =
                new CrudeBookingDocumentTypeRefBusiness().FetchAll();

            return(bookingDocumentTypeRefs);
        }
Пример #3
0
        public IEnumerable <CrudeBookingDocumentTypeRefModel> CrudeBookingDocumentTypeRefFetchAllWithLimit(
            string limit
            )
        {
            List <CrudeBookingDocumentTypeRefModel> bookingDocumentTypeRefs =
                new CrudeBookingDocumentTypeRefBusiness().FetchAllWithLimit(limit);

            return(bookingDocumentTypeRefs);
        }