Merge
This commit is contained in:
commit
605428f419
47 changed files with 1063 additions and 417 deletions
|
@ -52,6 +52,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
int diskSpaceQuota;
|
||||
int bandWidthQuota;
|
||||
bool overrideQuotas;
|
||||
bool defaultTopPackage;
|
||||
HostingPlanGroupInfo[] groups;
|
||||
HostingPlanQuotaInfo[] quotas;
|
||||
|
||||
|
@ -155,6 +156,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
set { this.overrideQuotas = value; }
|
||||
}
|
||||
|
||||
public bool DefaultTopPackage
|
||||
{
|
||||
get { return this.defaultTopPackage; }
|
||||
set { this.defaultTopPackage = value; }
|
||||
}
|
||||
|
||||
public HostingPlanGroupInfo[] Groups
|
||||
{
|
||||
get { return this.groups; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue