コード例 #1
0
 public LessonsController()
 {
     this._lessonsService = new LessonsService();
     this._lessonsMapper  = new LessonsMapper();
 }
コード例 #2
0
 public LessonsService()
 {
     this._lessonsRepo   = new LessonsRepository();
     this._lessonsMapper = new LessonsMapper();
 }