Esempio n. 1
0
 public ActionResult <IEnumerable <LinqModel> > GetWhere(double valor)
 {
     return(Ok(_linqService.GetWhere(valor)));
 }