Esempio n. 1
0
 public LessonsController()
 {
     this._lessonsService = new LessonsService();
     this._lessonsMapper  = new LessonsMapper();
 }
Esempio n. 2
0
 public LessonsService()
 {
     this._lessonsRepo   = new LessonsRepository();
     this._lessonsMapper = new LessonsMapper();
 }