Esempio n. 1
0
 public ActionResult <IEnumerable <string> > GetGroupBy()
 {
     return(Ok(_linqService.GetGroupBy()));
 }