コード例 #1
0
 // POST api/values
 public void Post([FromBody] string value)
 {
     valueService.SetValue(value);
 }