Esempio n. 1
0
 public ShelveService(IRepository <MasterShelve> shelveRepository, ILocationService locationService,
                      ISecurityService securityService, IReaderModuleService readerModuleService)
 {
     _shelveRepository    = shelveRepository;
     _locationService     = locationService;
     _securityService     = securityService;
     _readerModuleService = readerModuleService;
 }
Esempio n. 2
0
 public ReaderModuleController(IReaderModuleService readerModuleService)
 {
     _readerModuleService = readerModuleService;
 }