FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/SQLiteRepository
Chris.Watts90@outlook.com ea6fc3721d fixed update/create where HoursPerWeek/IsContractor info wasnt being updated/changed.
return UserId using the Out Parameter
Added GetLastTimeLog procedure. Added Comments to help figure out procedure steps later on.
2017-02-07 17:23:04 +00:00
..
Properties Created the SQLiteRepository stub. ready for implementation.. 2017-01-31 17:25:01 +00:00
CardUniqueId.cs Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
Constants.cs Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
packages.config Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
SQLiteProcedures.cs fixed update/create where HoursPerWeek/IsContractor info wasnt being updated/changed. 2017-02-07 17:23:04 +00:00
SQLiteRepository.cs fixed update/create where HoursPerWeek/IsContractor info wasnt being updated/changed. 2017-02-07 17:23:04 +00:00
SQLiteRepository.csproj csproj update to reference Interfaces and SQLiteRepository implementation. 2017-01-31 22:09:40 +00:00
TimeLog.cs Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
UserIdentity.cs #4 Added IsContractor flag to the UserIdentity and User Object, the Api will now relate that status to the output object. note, notimplemented in the UI yet to control this flag. 2017-02-03 12:39:38 +00:00