namespace ReportingServices.Blazor.Services; public class AppData { public DateTime StartDate { get; set; } public DateTime EndDate { get; set; } }