Cats.Models.Hubs.LedgerType.LedgerType C# (CSharp) Method

LedgerType() public method

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