page result restored, got lost somewhere
Subscriber Number for Users added. Search on Subscriber Number is still on the to do list.
This commit is contained in:
parent
0475288ebd
commit
8841bbd6c3
32 changed files with 536 additions and 102 deletions
|
@ -68,6 +68,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
private bool htmlMail;
|
||||
private string companyName;
|
||||
private bool ecommerceEnabled;
|
||||
private string subscriberNumber;
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
@ -295,6 +296,14 @@ namespace WebsitePanel.EnterpriseServer
|
|||
set { this.ecommerceEnabled = value; }
|
||||
}
|
||||
|
||||
public string SubscriberNumber
|
||||
{
|
||||
get { return this.subscriberNumber; }
|
||||
set { this.subscriberNumber = value; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
public string AdditionalParams { get; set; }
|
||||
|
||||
public List<UserVlan> Vlans
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue