Exemple #1
0
 public async Task <IActionResult> Delete2(int id, int userid)
 {
     return(Ok(await _KPIService.Delete2(id, userid)));
 }