Merge problems fixing
This commit is contained in:
commit
3dcf48966a
5 changed files with 12 additions and 11 deletions
|
@ -20,6 +20,7 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|||
using System.Diagnostics;
|
||||
using System.Data;
|
||||
using WebsitePanel.Providers.HostedSolution;
|
||||
using WebsitePanel.Providers.Common;
|
||||
using WebsitePanel.EnterpriseServer.Base.HostedSolution;
|
||||
using WebsitePanel.Providers.ResultObjects;
|
||||
using WebsitePanel.Providers;
|
||||
|
|
|
@ -376,13 +376,6 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
set { createdResourceMailboxes = value; }
|
||||
}
|
||||
|
||||
public int CreatedRdsServers { get; set; }
|
||||
public int CreatedRdsCollections { get; set; }
|
||||
public int CreatedRdsUsers { get; set; }
|
||||
public int AllocatedRdsServers { get; set; }
|
||||
public int AllocatedRdsCollections { get; set; }
|
||||
public int AllocatedRdsUsers { get; set; }
|
||||
|
||||
public int AllocatedDeletedUsers
|
||||
{
|
||||
get { return allocatedDeletedUsers; }
|
||||
|
@ -405,6 +398,13 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
get { return usedDeletedUsersBackupStorageSpace; }
|
||||
set { usedDeletedUsersBackupStorageSpace = value; }
|
||||
}
|
||||
|
||||
public int CreatedRdsServers { get; set; }
|
||||
public int CreatedRdsCollections { get; set; }
|
||||
public int CreatedRdsUsers { get; set; }
|
||||
public int AllocatedRdsServers { get; set; }
|
||||
public int AllocatedRdsCollections { get; set; }
|
||||
public int AllocatedRdsUsers { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue