Пример #1
0
 public IEnumerable <Read> GetAllReadsByReadingId(Guid readingId)
 {
     return(_readService.GetAllByReadingId(readingId));
 }