wsp-10323 Convert the VSP provider into one utilizing PowerShell. Step 1.

This commit is contained in:
titan68 2015-03-04 18:44:12 +03:00
parent eb50917965
commit 3fd05f6851
17 changed files with 3621 additions and 10 deletions

View file

@ -37,5 +37,6 @@ namespace WebsitePanel.Providers.Virtualization
{
[Persistent]
public string SwitchId { get; set; }
public string SwitchType { get; set; }
}
}