예제 #1
0
 public Task <bool> QueryKeyInUseAsync(string key, EntityHeader org)
 {
     return(_subscriptionRepo.QueryKeyInUse(key, org.Id));
 }