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