Moved model into new file

This commit is contained in:
Emma Garland
2017-06-05 15:57:04 +01:00
parent 25903c34c6
commit 87a65f0416
+1
View File
@@ -392,6 +392,7 @@
<ItemGroup> <ItemGroup>
<Compile Include="CamelCaseFormatter.cs" /> <Compile Include="CamelCaseFormatter.cs" />
<Compile Include="Community\Controllers\GitHubContributorController.cs" /> <Compile Include="Community\Controllers\GitHubContributorController.cs" />
<Compile Include="Community\Controllers\GitHubGlobalContributorModel.cs" />
<Compile Include="Community\Controllers\TwitterSearchController.cs" /> <Compile Include="Community\Controllers\TwitterSearchController.cs" />
<Compile Include="Community\Models\GitHubContributorModel.cs" /> <Compile Include="Community\Models\GitHubContributorModel.cs" />
<Compile Include="Community\Models\IGitHubContributorModel.cs" /> <Compile Include="Community\Models\IGitHubContributorModel.cs" />