public async Task <ActionResult <IEnumerable <Account> > > GetAll() => await _controller.GetAll();
Exemple #2
0
 public virtual async Task <ActionResult <IEnumerable <T> > > GetAll() => await _controller.GetAll();
 public async Task <ActionResult <IEnumerable <BlogPostDto> > > GetAll() => await _controller.GetAll();