namespace SytelineSaAppEfDataModel.Dtos; public class EdiLogDto { public int Id { get; set; } public string ProcessName { get; set; } public string ConfigurationName { get; set; } public int Status { get; set; } public string LogText { get; set; } public DateTime Date { get; set; } }