コード例 #1
0
 public GetStudent1098TReportService(IGetStudentReports repository)
 {
     _repository = repository;
 }
コード例 #2
0
 public GetStudent1098TReportService()
 {
     _repository = new SqlGetStudentReports();
 }