예제 #1
0
 public async Task <bool> GetShow(EpisodeStartedDto episodeStarted, string title)
 {
     return(await _seriesRepository.GetShow(_episodeStartedMapper.Map(episodeStarted), title));
 }