Encapsulation of grouped account selection events and collective events.
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Wino.Core.Domain.Models.Calendar
|
||||
{
|
||||
public TimeRange Period { get; }
|
||||
public CalendarEventCollection EventsCollection { get; } = new CalendarEventCollection();
|
||||
|
||||
public CalendarDayModel(DateTime representingDate, CalendarRenderOptions calendarRenderOptions)
|
||||
{
|
||||
RepresentingDate = representingDate;
|
||||
|
||||
Reference in New Issue
Block a user