add implementation of the UserInformation property to populate it with the deftails for the given User

#46
This commit is contained in:
chris.watts90@outlook.com 2017-02-24 22:17:33 +00:00
parent 0c88194db4
commit 49235288d7

View File

@ -205,6 +205,7 @@ namespace SQLiteRepository
_logger.Error(ex, "Error in GetUserContracterHours with Id: {0} and selected date: {1}, Exception: {2}", userId, selectedDate, ex);
}
ret.UserInformation = GetUser(userId);
return ret;
}