Exemple #1
0
 public async Task <IActionResult> GetAllKpiKind()
 {
     return(Ok(await _KPIService.GetAllKpiKind()));
 }