DRMFSS.BLL.Account.Account C# (CSharp) Méthode

Account() public méthode

public Account ( ) : System
Résultat System
        public Account()
        {
            this.Transactions = new List<Transaction>();
        }
Account