Beispiel #1
0
 public List <WishList> GetList(Expression <Func <WishList, bool> > exp = null, Func <IQueryable <WishList>, IOrderedQueryable <WishList> > orderby = null)
 {
     return(_wishListRepository.GetList(exp, orderby));
 }