Example #1
0
 public async Task <HttpResponseMessage> PostWish(string productid, string userid)
 {
     wishServ.AddWish(productid, userid);
     return(Request.CreateResponse(HttpStatusCode.OK, new { }));
 }