Ejemplo n.º 1
0
 // 招生统计报表-按月统计各学校的量
 public List<SalesTeamSummaryReport> GetSignUpSummaryReportByMonthAndSchool(int year, int month)
 {
     var ds = new ReportRepository();
     var m = ds.GetSignUpSummaryReportByMonthAndSchool(year, month);
     return m;
 }