示例#1
0
 public ActionResult <IEnumerable <LinqModel> > GetLinqQuery(double valor)
 {
     return(Ok(_linqService.GetLinqQuery(valor)));
 }