display recording groups

This commit is contained in:
Luke Pulverenti
2013-12-28 16:37:01 -05:00
parent 28b0ff1e75
commit 73255b6073
13 changed files with 264 additions and 10 deletions

View File

@@ -22,6 +22,21 @@
/// </summary>
/// <value>The identifier.</value>
public string Id { get; set; }
/// <summary>
/// Gets or sets the group identifier.
/// </summary>
/// <value>The group identifier.</value>
public string GroupId { get; set; }
}
public class RecordingGroupQuery
{
/// <summary>
/// Gets or sets the user identifier.
/// </summary>
/// <value>The user identifier.</value>
public string UserId { get; set; }
}
public class TimerQuery