Esempio n. 1
0
 public IHttpActionResult Post(WeighIn weighIn)
 {
     return(Ok(CurrentUser.FirstName + " weighed in"));
 }
Esempio n. 2
0
 public IHttpActionResult Get()
 {
     return(Ok(WeighIn.CreateWeighIns()));
 }