Ejemplo n.º 1
0
 public ActionResult <IEnumerable <int> > GetWhereSelect(double valor)
 {
     return(Ok(_linqService.GetWhereSelect(valor)));
 }