コード例 #1
0
 public async Task Post([FromBody] string value)
 {
     await defaultServices.SetCache(value);
 }