public ElectronicServiceController(IServiceService service, IElectronicServiceService eService)
 {
     this._service  = service;
     this._eService = eService;
 }
Example #2
0
 public ElectronicServiceController(IElectronicServiceService eServiceService, IMapper mapper)
 {
     this.eServiceService = eServiceService;
     this.mapper          = mapper;
 }