Exemplo n.º 1
0
 public AdminController(IAbonOrderService ba, ITranerService ta)
 {
     _abonOrderService = ba;
     _tranerService    = ta;
 }
Exemplo n.º 2
0
 public TranersController(ITranerService traner)
 {
     _tranerService = traner;
 }