Example #1
0
 public ActionResult <IEnumerable <LinqModel> > GetUnion()
 {
     return(Ok(_linqService.GetUnion()));
 }