Exemplo n.º 1
0
 public async Task <string> NamedClientGet([FromServices] TypedOrderServiceClient client)
 {
     return(await client.Get());
 }
Exemplo n.º 2
0
 public async Task <string> TypedGet([FromServices] TypedOrderServiceClient _client)
 {
     return(await _client.Get());
 }