Beispiel #1
0
 public IQueryable <ISet> GetSetsForShow(Guid showId)
 {
     return(_repo.FindByShowId(showId));
 }