Esempio n. 1
0
 public ActionResult <double> GetMax()
 {
     return(Ok(_linqService.GetMax()));
 }