Esempio n. 1
0
 public IActionResult Get(int id)
 {
     return(Ok(_benchmarkService.GetHeavilyRequestedObjectById(id)));
 }