Exemple #1
0
 public List <Cinema> FindBy(Expression <Func <Cinema, bool> > predicate)
 {
     return(cinemaRepository.FindBy(predicate));
 }