refactoring

This commit is contained in:
Paul Schneider 2014-10-06 04:58:47 +02:00
commit f3a2efa244
64 changed files with 121 additions and 159 deletions

View file

@ -3,7 +3,7 @@ using System.Configuration;
using System.Reflection;
using System.Collections.Specialized;
using Npgsql.Web.Blog.Configuration;
using yavscModel.Blogs;
using Yavsc.Model.Blogs;
namespace Npgsql.Web.Blog
{

View file

@ -1,5 +1,5 @@
using System;
using yavscModel.Blogs;
using Yavsc.Model.Blogs;
namespace Npgsql.Web.Blog

View file

@ -3,7 +3,7 @@ using System.Configuration;
using System.Configuration.Provider;
using System.Collections.Generic;
namespace yavscModel.Blogs
namespace Yavsc.Model.Blogs
{
public abstract class BlogProvider: ProviderBase
{

View file

@ -3,7 +3,7 @@ using System.Configuration;
using System.Configuration.Provider;
using Npgsql;
using System.Collections.Generic;
using yavscModel.Blogs;
using Yavsc.Model.Blogs;
namespace Npgsql.Web.Blog
{

View file

@ -62,9 +62,9 @@
<None Include="Sql\BlogTable.sql" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\yavscModel\yavscModel.csproj">
<ProjectReference Include="..\yavscModel\YavscModel.csproj">
<Project>{68F5B80A-616E-4C3C-91A0-828AA40000BD}</Project>
<Name>yavscModel</Name>
<Name>YavscModel</Name>
</ProjectReference>
</ItemGroup>
</Project>