updated nuget

This commit is contained in:
Luke Pulverenti
2013-07-07 01:41:28 -04:00
parent e3690b2ddd
commit 16b58256c4
5 changed files with 17 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ namespace MediaBrowser.Model.Notifications
{
public class NotificationQuery
{
public Guid? UserId { get; set; }
public Guid UserId { get; set; }
public bool? IsRead { get; set; }