Fix archiving
This commit is contained in:
parent
56cf823559
commit
b820a28f85
15 changed files with 209 additions and 77 deletions
|
@ -327,6 +327,20 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
get { return createdGroups; }
|
||||
set { createdGroups = value; }
|
||||
}
|
||||
|
||||
int allocatedArchingStorage;
|
||||
public int AllocatedArchingStorage
|
||||
{
|
||||
get { return allocatedArchingStorage; }
|
||||
set { allocatedArchingStorage = value; }
|
||||
}
|
||||
|
||||
int usedArchingStorage;
|
||||
public int UsedArchingStorage
|
||||
{
|
||||
get { return usedArchingStorage; }
|
||||
set { usedArchingStorage = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue