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

            return(cnt_customerreport.CustomerReport());
        }