コード例 #1
0
 // 招生统计报表-按月统计
 public List<SignUpSummaryReportItem> GetSignUpSummaryReportByMonth(int year)
 {
     var ds = new ReportRepository();
     var m = ds.GetSignUpSummaryReportByMonth(year);
     return m;
 }