Exemplo n.º 1
0
 public Task <bool> QueryKeyInUserAsync(string key, EntityHeader org)
 {
     return(_deviceRepositoryRepo.QueryRepoKeyInUseAsync(key, org.Id));
 }