示例#1
0
 public List <Wish> GetWishesPerCustomer(int custid)
 {
     return(_wishRepository.GetWishesPerCustomer(custid));
 }