コード例 #1
0
 public IEnumerable <T> FindBy(Expression <Func <T, bool> > expression)
 {
     return(context.Set <T>().Where(expression));
 }