Cats.Models.HubOwner.HubOwner C# (CSharp) Method

HubOwner() public method

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