Exemplo n.º 1
0
 public ActionResult <double> GetSum()
 {
     return(Ok(_linqService.GetSum()));
 }