Exemple #1
0
 public List <Wish> GetWishesPerSpot(int spotid)
 {
     return(_wishRepository.GetWishesPerSpot(spotid));
 }