Exemplo n.º 1
0
 public WishListModelClass DeleteWhishList(WishListModelClass whis)
 {
     return(wishList.DeleteWhishList(whis));
 }