예제 #1
0
 private bool AccountCodeIsUnique(string accountCode, long excludedAccountId)
 {
     return(!_corporateAccountRepository.AccountCodeExists(excludedAccountId, accountCode));
 }