FlexitimeTracker/DataCenter_Windows/WindowsDataCenter
chris.watts90@outlook.com 440c1f44ce Added IRepository comments.
Changed oder of response codes.
changed HoursPerWeek to use float not int.
Changed AssociatedIdentifierCount to use count property on AssociatedIdentifiers instead of needing to populate separately.
Changed UserCount in UserList for the same reason.
Added Users list initialisation to prevent null ref exception.
overrode Equals and GetHashCode to allow use of List.Except method. (tests show without this, Except is useless).
2017-01-31 21:57:21 +00:00
..
Interfaces Added IRepository comments. 2017-01-31 21:57:21 +00:00
SQLiteRepository Created the SQLiteRepository stub. ready for implementation.. 2017-01-31 17:25:01 +00:00
Third-Party/SqLite3 added sqlite third party dependencies. 2017-01-30 22:27:43 +00:00
WindowsDataCenter Added Ninject and ninject resolvers to enable dependency inject on the ApiController Classes. 2017-01-30 22:39:34 +00:00
WindowsDataServiceHost suspect service1 file incomplete due to selected line commits. 2017-01-30 22:38:49 +00:00
WindowsDataCenter.sln Created the SQLiteRepository stub. ready for implementation.. 2017-01-31 17:25:01 +00:00