Exemple #1
0
 public ActionResult <object> GetGroupBy2()
 {
     return(Ok(_linqService.GetGroupBy2()));
 }