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