Beispiel #1
0
 public async Task <List <Navbar> > GetNavbarItems()
 {
     return(await _ctx.GetNavbarItems());
 }