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,6 +1,6 @@
using System;
namespace Mediabrowser.Model.Entities
namespace MediaBrowser.Model.Entities
{
public class MBRegistrationRecord
{