예제 #1
0
 public IQueryable <UserInfo> Select(Expression <Func <UserInfo, bool> > selectLambda)
 {
     return(dal.Select(selectLambda));
 }