Beispiel #1
0
 public IQueryable <Radio> FindAll(Expression <Func <Radio, bool> > filter = null)
 {
     return(_firebaseRadioRepository.FindAll(filter));
 }
Beispiel #2
0
 public IQueryable <Genre> FindAll(Expression <Func <Genre, bool> > filter = null)
 {
     return(_firebaseGenreRepository.FindAll(filter));
 }