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,5 +1,6 @@
using MediaBrowser.Common.Net.Handlers;
using MediaBrowser.Controller;
using MediaBrowser.Model.Authentication;
using MediaBrowser.Model.Entities;
using System.ComponentModel.Composition;
using System.Net;