コード例 #1
0
 public IHttpActionResult Post([FromBody] ModelAliasingMetadataCustomer entity)
 {
     customer = entity;
     return(Created(customer));
 }
コード例 #2
0
 public IHttpActionResult Post([FromBody] ModelAliasingMetadataCustomer entity)
 {
     customer = entity;
     return Created(customer);
 }