Exemple #1
0
 public Task <bool> SolutionKeyInUse(String key)
 {
     return(_solutionManager.QueryKeyInUse(key, OrgEntityHeader));
 }