SignalDataSource fix;

This commit is contained in:
Loretta 2024-06-26 11:43:48 +02:00
parent 81f09c3253
commit c63a02fd4f
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();