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