Beispiel #1
0
 // 招生统计报表-按月统计各种学历层次的量
 public List<SalesTeamSummaryReport> GetSignUpSummaryReportByMonthAndEduLevel(int year, int month)
 {
     var ds = new ReportRepository();
     var m = ds.GetSignUpSummaryReportByMonthAndEduLevel(year, month);
     return m;
 }