예제 #1
0
 public List <Film> FindBy(Expression <Func <Film, bool> > predicate)
 {
     return(filmRepository.FindBy(predicate));
 }