Esempio n. 1
0
 public HomeController(IImageServiceRepository imageServiceRepository, ISearchRepository searchRepository, IWhistListRepository whistlistrepo)
 {
     _searchRepository       = searchRepository;
     _imageServiceRepository = imageServiceRepository;
     _whistlistrepo          = whistlistrepo;
 }
Esempio n. 2
0
 public WhistListController(IWhistListRepository whistlistrepo)
 {
     _whistlistrepo = whistlistrepo;
 }