Esempio n. 1
0
 public AdminRepairController(IMapper mapper, IRepairServices repairServices)
 {
     this.mapper         = mapper;
     this.repairServices = repairServices;
 }
 public RepairController(IMapper mapper, ICarServices carServices,
                         IRepairServices repairServices)
 {
     this.mapper         = mapper;
     this.repairServices = repairServices;
 }