Example #1
0
 public List <Wish> GetWishesPerCustomerSpot(int custid, int spotid)
 {
     return(_wishRepository.GetWishesPerCustomerSpot(custid, spotid));
 }