Example #1
0
 public ShowsController(IShowsStorageService showsGetterService)
 {
     _showsGetterService = showsGetterService;
 }
Example #2
0
 public ShowsScraperService(ITvMazeScraperServcice tvMazeScraperGetterServcice, IShowsStorageService showsStorageService)
 {
     _tvMazeScraperGetterServcice = tvMazeScraperGetterServcice;
     _showsStorageService         = showsStorageService;
 }