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

            return(cnt_customerreport.LoanReport());
        }