コード例 #1
0
 public bool Post([FromBody] Temperature temperature)
 {
     return(_temperatureRepository.InsertTemperature(temperature));
 }