Beispiel #1
0
 public async Task <ActionResult <List <Module> > > Index()
 {
     return(await _rep.All());
 }