Esempio n. 1
0
 public ICollection <Media> GetMediaByContent(int contentID)
 {
     return(mediaRepo.GetList(x => x.ContentID == contentID));
 }