Ejemplo n.º 1
0
 public MDOtherItemsController(IElectronicService electronicService)
 {
     this.electronicService = electronicService;
 }
Ejemplo n.º 2
0
 public MDOtherBrandController(IElectronicService electronicService)
 {
     this.electronicService = electronicService;
 }