示例#1
0
 public List <Seat> FindBy(Expression <Func <Seat, bool> > predicate)
 {
     return(seatRepository.FindBy(predicate));
 }