changed NotificationQuery user id to string

This commit is contained in:
Luke Pulverenti
2013-07-15 21:33:47 -04:00
parent 40ee886f2e
commit b1576d7faf
3 changed files with 4 additions and 5 deletions

View File

@@ -1,10 +1,9 @@
using System;
namespace MediaBrowser.Model.Notifications
{
public class NotificationQuery
{
public Guid UserId { get; set; }
public string UserId { get; set; }
public bool? IsRead { get; set; }