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