예제 #1
0
 // 招生统计报表-按区域统计
 public List<SalesTeamSummaryReport> GetSignUpSummaryReportByDistrict(int year)
 {
     var ds = new ReportRepository();
     var m = ds.GetSignUpSummaryReportByDistrict(year);
     return m;
 }