Skip to content

Commit

Permalink
Fixed typo in "Persistence"
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrenze committed Dec 11, 2017
1 parent 945f30f commit b21445b
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .vs/config/applicationhost.config
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@
</site>
<site name="Presentation" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\Matthew\Dropbox\Presentations\Clean Architecture\Code\CleanArchitecture\Presentation" />
<virtualDirectory path="/" physicalPath="C:\Users\Matthew\Dropbox\Professional\Presentations\Clean Architecture\Code\CleanArchitecture\Presentation" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:49581:localhost" />
</bindings>
</site>
<site name="Service" id="3">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\Matthew\Dropbox\Presentations\Clean Architecture\Code\CleanArchitecture\Service" />
<virtualDirectory path="/" physicalPath="C:\Users\Matthew\Dropbox\Professional\Presentations\Clean Architecture\Code\CleanArchitecture\Service" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:49164:localhost" />
Expand Down
6 changes: 3 additions & 3 deletions CleanArchitecture.sln
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation", "Presentation\Presentation.csproj", "{DA5F5958-EDF9-4654-8E8B-B5763951BABF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{F06A236E-E5C1-48E5-89F1-91B40FD8FFF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{DEFFFFE8-DC5B-42F4-BEB0-94920FDA7712}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistance", "Persistance\Persistance.csproj", "{8EC55CA3-D78D-4112-B651-EDBA549D660E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{8EC55CA3-D78D-4112-B651-EDBA549D660E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{1134A2E4-C112-46EC-9618-049D70960341}"
EndProject
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using CleanArchitecture.Domain.Customers;

namespace CleanArchitecture.Persistance.Customers
namespace CleanArchitecture.Persistence.Customers
{
public class CustomerConfiguration
: EntityTypeConfiguration<Customer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using CleanArchitecture.Domain.Products;
using CleanArchitecture.Domain.Sales;

namespace CleanArchitecture.Persistance
namespace CleanArchitecture.Persistence
{
public class DatabaseInitializer
: CreateDatabaseIfNotExists<DatabaseService>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
using CleanArchitecture.Domain.Employees;
using CleanArchitecture.Domain.Products;
using CleanArchitecture.Domain.Sales;
using CleanArchitecture.Persistance.Customers;
using CleanArchitecture.Persistance.Employees;
using CleanArchitecture.Persistance.Products;
using CleanArchitecture.Persistance.Sales;
using CleanArchitecture.Persistence.Customers;
using CleanArchitecture.Persistence.Employees;
using CleanArchitecture.Persistence.Products;
using CleanArchitecture.Persistence.Sales;


namespace CleanArchitecture.Persistance
namespace CleanArchitecture.Persistence
{
public class DatabaseService : DbContext, IDatabaseService
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using CleanArchitecture.Domain.Employees;

namespace CleanArchitecture.Persistance.Employees
namespace CleanArchitecture.Persistence.Employees
{
public class EmployeeConfiguration
: EntityTypeConfiguration<Employee>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{8EC55CA3-D78D-4112-B651-EDBA549D660E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CleanArchitecture.Persistance</RootNamespace>
<AssemblyName>CleanArchitecture.Persistance</AssemblyName>
<RootNamespace>CleanArchitecture.Persistence</RootNamespace>
<AssemblyName>CleanArchitecture.Persistence</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using CleanArchitecture.Domain.Products;

namespace CleanArchitecture.Persistance.Products
namespace CleanArchitecture.Persistence.Products
{
public class ProductConfiguration
: EntityTypeConfiguration<Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Persistance")]
[assembly: AssemblyTitle("Persistence")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Persistance")]
[assembly: AssemblyProduct("Persistence")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using CleanArchitecture.Domain.Sales;

namespace CleanArchitecture.Persistance.Sales
namespace CleanArchitecture.Persistence.Sales
{
public class SaleConfiguration
: EntityTypeConfiguration<Sale>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions Presentation/Presentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@
<Project>{1134a2e4-c112-46ec-9618-049d70960341}</Project>
<Name>Infrastructure</Name>
</ProjectReference>
<ProjectReference Include="..\Persistance\Persistance.csproj">
<ProjectReference Include="..\Persistence\Persistence.csproj">
<Project>{8ec55ca3-d78d-4112-b651-edba549d660e}</Project>
<Name>Persistance</Name>
<Name>Persistence</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Service/Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@
<Project>{1134a2e4-c112-46ec-9618-049d70960341}</Project>
<Name>Infrastructure</Name>
</ProjectReference>
<ProjectReference Include="..\Persistance\Persistance.csproj">
<ProjectReference Include="..\Persistence\Persistence.csproj">
<Project>{8ec55ca3-d78d-4112-b651-edba549d660e}</Project>
<Name>Persistance</Name>
<Name>Persistence</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
Expand Down

0 comments on commit b21445b

Please sign in to comment.