namespace ConstructorApp.DtoLayer.FooterDto { public class ResultFooterDto { public int FooterID { get; set; } public string? LogoUrl { get; set; } public string? Phone { get; set; } public string? Mail { get; set; } public string? Facebook { get; set; } public string? Instagram { get; set; } public string? Linkedin { get; set; } public string? Youtube { get; set; } } }