namespace Kurs.MailQueue.MailGeneration.Models; public class MailTemplateTableColumnModel { public int SiraNo { get; set; } public string SutunAdi { get; set; } public string SutunBaslik { get; set; } public Dictionary BaslikCss { get; set; } public Dictionary Css { get; set; } public Dictionary AltBilgiCss { get; set; } public string VeriTipi { get; set; } public string VeriFormati { get; set; } public bool Gizlimi { get; set; } public bool Korumalimi { get; set; } public string AltToplam { get; set; } public int Genislik { get; set; } }