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