diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-11-23 11:19:37 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-11-23 11:19:37 +0100 |
commit | 8f083ddb74fb74d6c2b5d347472aa26f18a4b15c (patch) | |
tree | 0ed80d0f36034ffa5481e219e564548c17fb4909 /AirPollutionWebApi/AirPollutionWebApi.csproj | |
parent | 4d81014947864b39aab3c32000c0b2a9ae0d4461 (diff) |
Rewrote almost everything, got rid of singleton.
Diffstat (limited to 'AirPollutionWebApi/AirPollutionWebApi.csproj')
-rw-r--r-- | AirPollutionWebApi/AirPollutionWebApi.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/AirPollutionWebApi/AirPollutionWebApi.csproj b/AirPollutionWebApi/AirPollutionWebApi.csproj index a59670c..5a20af0 100644 --- a/AirPollutionWebApi/AirPollutionWebApi.csproj +++ b/AirPollutionWebApi/AirPollutionWebApi.csproj @@ -78,7 +78,6 @@ <Folder Include="Content\" />
<Folder Include="Models\" />
<Folder Include="Scripts\" />
- <Folder Include="Singletons\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\HomeController.cs" />
@@ -89,7 +88,7 @@ <Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="Controllers\ReadingsController.cs" />
<Compile Include="Models\Reading.cs" />
- <Compile Include="Singletons\Singleton.cs" />
+ <Compile Include="SqlOperator.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Web.config" />
|