CRM changes
This commit is contained in:
parent
ce04966e91
commit
c824d7c665
12 changed files with 461 additions and 156 deletions
|
@ -36,5 +36,14 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
public string CRMUserName { get; set; }
|
||||
public CRMUserAccessMode ClientAccessMode { get; set; }
|
||||
public bool CRMDisabled { get; set; }
|
||||
|
||||
public int CRMUsersCount { get; set; }
|
||||
public string AccountNumber { get; set; }
|
||||
public string СRMOrganizationName { get; set; }
|
||||
public int CRMUsersFullLicenceCount { get; set; }
|
||||
public int CRMUsersReadOnlyLicenceCount { get; set; }
|
||||
public int UsedSpace { get; set; }
|
||||
public string UsageMonth { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue