fixed namespace casing

This commit is contained in:
Luke Pulverenti
2013-06-10 12:57:30 -04:00
parent 4ab6a339c6
commit c174859b52
5 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
using System.Threading.Tasks;
using Mediabrowser.Model.Entities;
using MediaBrowser.Model.Entities;
namespace MediaBrowser.Common.Security
{