コード例 #1
0
 public void Put(int id, [FromBody] Discount value)
 {
     _discount.Update(value, RequestContext.Principal.Identity.Name);
 }