External database connected

This commit is contained in:
2019-01-18 17:35:36 +01:00
parent 3b75b8377d
commit 25dc803cfd
7 changed files with 184 additions and 2 deletions

View File

@ -185,6 +185,10 @@
<Compile Include="Migrations\201901172234070_InitialModel.Designer.cs">
<DependentUpon>201901172234070_InitialModel.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\201901181614018_AddIsSubscribedToNewsLetter.cs" />
<Compile Include="Migrations\201901181614018_AddIsSubscribedToNewsLetter.Designer.cs">
<DependentUpon>201901181614018_AddIsSubscribedToNewsLetter.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Models\AccountViewModels.cs" />
<Compile Include="Models\Customer.cs" />
@ -281,6 +285,9 @@
<EmbeddedResource Include="Migrations\201901172234070_InitialModel.resx">
<DependentUpon>201901172234070_InitialModel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\201901181614018_AddIsSubscribedToNewsLetter.resx">
<DependentUpon>201901181614018_AddIsSubscribedToNewsLetter.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>