Moved AuthenticationResult

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-08 11:10:26 -04:00
parent 1400e5ad9d
commit faead199a5
6 changed files with 8 additions and 6 deletions

View File

@@ -1,11 +0,0 @@
using ProtoBuf;
namespace MediaBrowser.Model.Entities
{
[ProtoContract]
public class AuthenticationResult
{
[ProtoMember(1)]
public bool Success { get; set; }
}
}