Exemplo n.º 1
0
 public Task <string> Get()
 {
     return(_aService.GetAsync());
 }
Exemplo n.º 2
0
 public async Task <string> A([FromServices] IAService aService)
 {
     return(await aService.GetAsync());
 }