예제 #1
0
 public async Task <IActionResult> UpdateKPIKIND([FromBody] KPIKINDVM entity)
 {
     return(Ok(await _KPIService.UpdateKPIKIND(entity)));
 }