added TimeLogCount
This commit is contained in:
parent
0867cbd7a6
commit
34665985a5
@ -9,6 +9,8 @@ namespace Interfaces
|
||||
TimeLogs = new List<TimeLog>();
|
||||
}
|
||||
public int CalendarWeek { get; set; }
|
||||
public int TimeLogCount { get { return TimeLogs.Count; } }
|
||||
public List<TimeLog> TimeLogs { get; set; }
|
||||
}
|
||||
//TODO: group by day of week.
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user