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; }