Ejemplo n.º 1
0
 public IEnumerable <WishList> GetAllCategory()
 {
     return(_wishListRepository.Query().Select());
 }