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

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

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

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

            return(cnt_bookreport.BookReport());
        }