DRMFSS.BLL.Ledger.Ledger C# (CSharp) Method

Ledger() public method

public Ledger ( ) : System
return System
        public Ledger()
        {
            this.Transactions = new List<Transaction>();
        }
Ledger