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

            return(cnt_customerreport.FineReport());
        }