InstaTax.Core.DomainObjects.User.CheckIfUnique C# (CSharp) Метод

CheckIfUnique() приватный Метод

private CheckIfUnique ( ) : bool
Результат bool
        private bool CheckIfUnique()
        {
            return Repository.LoadByEmailId(EmailAddress) == null;
        }