This commit is contained in:
Adam 2024-06-26 13:57:17 +02:00
commit 1e3690f7e8
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@
private MessageWizardModel _messageWizardModel = new();
public List<AppointmentModel> AppointmentModels { get; set; }
public List<AppointmentModel> AppointmentModels { get; set; } = null!;
DateTime StartDate { get; set; } = DateTime.Today;
DxSchedulerDataStorage _dataStorage = new();