add new property to TimeLogList object to contain the user details - UserInformation

#46
This commit is contained in:
chris.watts90@outlook.com 2017-02-24 22:13:44 +00:00
parent da01f6670e
commit 0c88194db4

View File

@ -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; }
}
}