コード例 #1
0
 public ImportDataDailyController(IUnitOfWork _unitOfWork, IGetRow _getRow)
 {
     this.unitOfWork = _unitOfWork;
     this.getRow     = _getRow;
 }
コード例 #2
0
 public ImportStudentController(IUnitOfWork _unitOfWork, IGetRow _getRow)
 {
     this.unitOfWork = _unitOfWork;
     this.getRow = _getRow;
 }