Exemplo n.º 1
0
 public Series FindByTvRageId(int tvRageId)
 {
     return(_seriesRepository.FindByTvRageId(tvRageId));
 }