public async Task <bool> Exists(string id)
 {
     return(await _clientStore.Exists(id));
 }
Exemplo n.º 2
0
 public async Task <bool> Exists(string id)
 {
     return(await _clientStore.Exists(id).ConfigureAwait(false));
 }