コード例 #1
0
 public async Task <IActionResult> AddKPILevel([FromBody] KPILevel entity)
 {
     return(Ok(await _KPIService.AddKPILevel(entity)));
 }