Пример #1
0
 public IList <AudioDTO> GetAudioForNews(int newsID)
 {
     return(audioDataAccess.GetAudiosForNews(newsID));
 }