namespace orthodox.Mapping { public class DataDto { public int Id { get; set; } public DateTime? PaymentDate { get; set; } public string? PaymentType { get; set; } } }