Esempio n. 1
0
 public async Task <int> GetPercentageOfVideosWatchedInSeries(long seriesId)
 {
     return(await seriesRepository.GetPercentageOfVideosWatchedInSeries(seriesId));
 }