コード例 #1
0
 public void Put(Pet pet)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public IHttpActionResult Put(Pet pet)
 {
     return Ok();
 }
コード例 #3
0
 public Pet Post(Pet pet)
 {
     throw new NotImplementedException();
 }