AnujBank.AccountId.AccountId C# (CSharp) Méthode

AccountId() public méthode

public AccountId ( int id ) : System.Text.RegularExpressions
id int
Résultat System.Text.RegularExpressions
        public AccountId(int id)
        {
            Id = id;
            Validate();
        }