using System; namespace Sozsoft.Platform.Dashboard; public class DashboardWidgetsRequestDto { public DateTime Tarih1 { get; set; } public DateTime Tarih2 { get; set; } }