FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/Interfaces
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
..
Properties Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
Identifier.cs Added IRepository comments. 2017-01-31 21:57:21 +00:00
IdentifierList.cs Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
Interfaces.csproj Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
IRepository.cs Added IRepository comments. 2017-01-31 21:57:21 +00:00
OperationResponse.cs Added IRepository comments. 2017-01-31 21:57:21 +00:00
TimeLog.cs Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
TimeLogList.cs Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
User.cs Added IRepository comments. 2017-01-31 21:57:21 +00:00
UserList.cs Added IRepository comments. 2017-01-31 21:57:21 +00:00