Пример #1
0
 private bool CustomerTagIsUnique(string customerTag, long excludedAccountId)
 {
     return(!_corporateAccountRepository.CustomerTagExists(excludedAccountId, customerTag));
 }