aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@gmail.com>2017-12-01 14:48:19 +0100
committermarcinzelent <zelent.marcin@gmail.com>2017-12-01 14:48:19 +0100
commitc8f0195ccc06575349c0e675c23276ac089bf9c7 (patch)
tree16a861c8605829bb50dbfd05091b9591f01259c1 /AirPollutionWebApi/Models/Reading.cs
parent918e61788858a9ce8fe4e8680d92752f9af8fc5a (diff)
Changed name of the project.
Diffstat (limited to 'AirPollutionWebApi/Models/Reading.cs')
-rw-r--r--AirPollutionWebApi/Models/Reading.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/AirPollutionWebApi/Models/Reading.cs b/AirPollutionWebApi/Models/Reading.cs
deleted file mode 100644
index 0d7ff39..0000000
--- a/AirPollutionWebApi/Models/Reading.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace AirPollutionWebApi.Models
-{
- public class Reading
- {
- public int Id { get; set; }
- public int TimeStamp { get; set; }
- public double Co { get; set; }
- public double No { get; set; }
- public double So { get; set; }
- }
-}