Example #1
0
 public List <Product> GetWishesByUser(User user)
 {
     return(wishRepository.GetWishesByUser(user));
 }