8 lines
No EOL
220 B
C#
8 lines
No EOL
220 B
C#
namespace WebsitePanel.Providers.RemoteDesktopServices
|
|
{
|
|
public class RdsCollectionPaged
|
|
{
|
|
public int RecordsCount { get; set; }
|
|
public RdsCollection[] Collections { get; set; }
|
|
}
|
|
} |