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