Ejemplo n.º 1
0
 public Series FindById(string foreignSeriesId)
 {
     return(_seriesRepository.FindById(foreignSeriesId));
 }