diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-11-27 13:47:12 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-11-27 13:47:12 +0100 |
commit | d93cd5af6b53c1d66f0633506bad5d7e83d64710 (patch) | |
tree | 02197b39c682d3854862c2ae5a4262dd5cfb739f /AirPollutionWebApi.userprefs | |
parent | 3c203d43f67212570318a4fea4bc68fac13c581f (diff) |
Changed reading types to decimal.
Diffstat (limited to 'AirPollutionWebApi.userprefs')
-rw-r--r-- | AirPollutionWebApi.userprefs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/AirPollutionWebApi.userprefs b/AirPollutionWebApi.userprefs index 9167a78..3ac0c78 100644 --- a/AirPollutionWebApi.userprefs +++ b/AirPollutionWebApi.userprefs @@ -1,10 +1,11 @@ <Properties StartupConfiguration="{22C32F4C-0DEB-40EA-9D56-48942CBB2A07}|"> <MonoDevelop.Ide.ItemProperties.AirPollutionWebApi PreferredExecutionTarget="MonoDevelop.Default" /> - <MonoDevelop.Ide.Workbench ActiveDocument="AirPollutionWebApi/Controllers/ReadingsController.cs"> + <MonoDevelop.Ide.Workbench ActiveDocument="AirPollutionWebApi/Models/Reading.cs"> <Files> - <File FileName="AirPollutionWebApi/Controllers/ReadingsController.cs" Line="43" Column="66" /> + <File FileName="AirPollutionWebApi/Controllers/ReadingsController.cs" Line="41" Column="41" /> <File FileName="AirPollutionWebApi/SqlOperator.cs" Line="21" Column="64" /> <File FileName="AirPollutionWebApi/Controllers/HomeController.cs" Line="1" Column="1" /> + <File FileName="AirPollutionWebApi/Models/Reading.cs" Line="7" Column="16" /> </Files> </MonoDevelop.Ide.Workbench> <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> |