Exemple #1
0
 public async Task <IActionResult> Add([FromBody] KPIVM entity)
 {
     return(Ok(await _KPIService.AddAsync(entity)));
 }