Beispiel #1
0
 // GET: Groups
 public IActionResult Index()
 {
     return(View(_servGroups.GetIndex()));
 }