Esempio n. 1
0
 public Task <bool> QueryKeyInUseAsync(string key, EntityHeader org)
 {
     return(_teamRepo.QueryKeyInUseAsync(key, org.Id));
 }