Esempio n. 1
0
        public TestAccount(TestAccountTypes Type, string Name, string AccountNumber)
            : this()
        {
            this.Name          = Name;
            this.AccountNumber = AccountNumber;

            Types.Add(Type);
        }
Esempio n. 2
0
        public TestAccount(TestAccountTypes Type, string Name, string AccountNumber)
            : this()
        {
            this.Name = Name;
            this.AccountNumber = AccountNumber;

            Types.Add(Type);
        }