Skip to content

Commit

Permalink
first 2 data models
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Mill committed Nov 2, 2015
1 parent 786f504 commit 373ba24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TeamDBAwesome/TeamDBAwesome/TeamDBAwesome.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<Compile Include="App_Start\BundleConfig.cs" />
Expand Down Expand Up @@ -162,6 +161,8 @@
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Models\Customer.cs" />
<Compile Include="Models\Employee.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 373ba24

Please sign in to comment.