コード例 #1
0
 public double GetResult([FromRoute] int id)
 {
     return(_calculationService.GetResult(id));
 }