Esempio n. 1
0
 public ConstructionController(BtsConstructionService service)
 {
     _service = service;
 }
Esempio n. 2
0
 public ENodebBaseController(BtsConstructionService service)
 {
     _service = service;
 }