示例#1
0
        public List <EntClsReportFine> FineReport()
        {
            CntClsReports cnt_customerreport = new CntClsReports();

            return(cnt_customerreport.FineReport());
        }
示例#2
0
        public List <EntClsCustomer> CustomerReport()
        {
            CntClsReports cnt_customerreport = new CntClsReports();

            return(cnt_customerreport.CustomerReport());
        }
示例#3
0
        public List <EntClsReportLoan> LoanReport()
        {
            CntClsReports cnt_customerreport = new CntClsReports();

            return(cnt_customerreport.LoanReport());
        }
示例#4
0
        public List <EntClsReports> BookReport()
        {
            CntClsReports cnt_bookreport = new CntClsReports();

            return(cnt_bookreport.BookReport());
        }