Example #1
0
 public ActionResult <double> GetMin()
 {
     return(Ok(_linqService.GetMin()));
 }