Ejemplo n.º 1
0
 public IQueryable <IMyShow> GetMyShowsForShow(Guid showId)
 {
     return(_repo.FindByShowId(showId));
 }