This commit is contained in:
Virtuworks 2015-03-06 08:08:11 -05:00
commit a617e94d79
19 changed files with 184 additions and 102 deletions

View file

@ -26,11 +26,12 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace WebsitePanel.Providers.RemoteDesktopServices
{
public class RdsServersPaged
{
public int RecordsCount { get; set; }
public RdsServer[] Servers { get; set; }
public RdsServer[] Servers { get; set; }
}
}