Example #1
0
 public void InsertWish(Wish wish)
 {
     _wishRepository.InsertWish(wish);
     return;
 }