Esempio n. 1
0
 public IActionResult LoadDataComment(int dataid, int userid)
 {
     return(Ok(_KPIService.ListComments(dataid, userid)));
 }