Ejemplo n.º 1
0
 public ActionResult <IEnumerable <string> > GetSelectDistinct()
 {
     return(Ok(_linqService.GetSelectDistinct()));
 }