Beispiel #1
0
 public IQueryable <Serie> GetAllSerie()
 {
     return(_serieList.AsQueryable <Serie>());
 }