namespace SiNan.Model.Dto { public class PopularizeCostCurveStatisticsResponse { public decimal? Cost { get; set; } public DateTime Date { get; set; } } }