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