From 0c88194db4fd0c43c25f4e9d111dda0f8892d9c0 Mon Sep 17 00:00:00 2001 From: "chris.watts90@outlook.com" Date: Fri, 24 Feb 2017 22:13:44 +0000 Subject: [PATCH] add new property to TimeLogList object to contain the user details - UserInformation #46 --- DataCenter_Windows/WindowsDataCenter/Interfaces/TimeLogList.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DataCenter_Windows/WindowsDataCenter/Interfaces/TimeLogList.cs b/DataCenter_Windows/WindowsDataCenter/Interfaces/TimeLogList.cs index 58d5191..5f08129 100644 --- a/DataCenter_Windows/WindowsDataCenter/Interfaces/TimeLogList.cs +++ b/DataCenter_Windows/WindowsDataCenter/Interfaces/TimeLogList.cs @@ -19,5 +19,6 @@ namespace Interfaces get { return Math.Round(TimeLogs.Sum(x => x.DailyTotal), 2); } } public float HoursPerWeekMinutes { get; set; } + public User UserInformation { get; set; } } } \ No newline at end of file