DRMFSS.BLL.Account.Account C# (CSharp) 메소드

Account() 공개 메소드

public Account ( ) : System
리턴 System
        public Account()
        {
            this.Transactions = new List<Transaction>();
        }
Account