add new property to TimeLogList object to contain the user details - UserInformation
#46
This commit is contained in:
parent
da01f6670e
commit
0c88194db4
@ -19,5 +19,6 @@ namespace Interfaces
|
|||||||
get { return Math.Round(TimeLogs.Sum(x => x.DailyTotal), 2); }
|
get { return Math.Round(TimeLogs.Sum(x => x.DailyTotal), 2); }
|
||||||
}
|
}
|
||||||
public float HoursPerWeekMinutes { get; set; }
|
public float HoursPerWeekMinutes { get; set; }
|
||||||
|
public User UserInformation { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user