public HotwordController(IHotWordRepository hotwordRepo,
                          IBrandRepository brandRepo,
                          IStoreRepository storeRepo)
 {
     _hotwordRepo = hotwordRepo;
     _brandRepo   = brandRepo;
     _storeRepo   = storeRepo;
 }
 public HotwordController(IHotWordRepository hotwordRepo,
     IBrandRepository brandRepo,
     IStoreRepository storeRepo)
 {
     _hotwordRepo = hotwordRepo;
     _brandRepo = brandRepo;
     _storeRepo = storeRepo;
    
 }
 public HotwordDataService(IHotWordRepository repository)
 {
     _repository = repository;
 }
Exemple #4
0
 public HotwordDataService(IHotWordRepository repository)
 {
     _repository = repository;
 }