diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 17:56:38 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 17:56:38 +0100 |
commit | 79bf391df757c50374a5acde3008860d48295926 (patch) | |
tree | b11cbc30c006f5062f31acabc18f963280f8f850 /PollutometerWebApi/PollutometerWebApi.csproj | |
parent | 7b1511ef9b0aa26d4591ff6cae60fb7377912ea7 (diff) |
Added periodical checking of pollution and sending e-mail.
Diffstat (limited to 'PollutometerWebApi/PollutometerWebApi.csproj')
-rw-r--r-- | PollutometerWebApi/PollutometerWebApi.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PollutometerWebApi/PollutometerWebApi.csproj b/PollutometerWebApi/PollutometerWebApi.csproj index 8bde6ba..d2dcd57 100644 --- a/PollutometerWebApi/PollutometerWebApi.csproj +++ b/PollutometerWebApi/PollutometerWebApi.csproj @@ -90,6 +90,7 @@ <Compile Include="Models\Reading.cs" />
<Compile Include="SqlOperator.cs" />
<Compile Include="EmailSender.cs" />
+ <Compile Include="EmailService.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Web.config" />
|