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