Ejemplo n.º 1
0
 public ReportService(IDeletableEntityRepository <Report> repository, IMachineCountersService countersServices)
 {
     this.repository       = repository;
     this.countersServices = countersServices;
 }
 public CountersController(IMachineCountersService services, ISlotMachinesService slotMachinesServices)
 {
     this.services             = services;
     this.slotMachinesServices = slotMachinesServices;
 }