Ejemplo n.º 1
0
 public IQueryable <IMyShow> GetAllMyShows()
 {
     return(_repo.FindAll());
 }