namespace ConstructorAppUI.Dtos.CompanyInfoDtos { public class ResultCompanyInfoDto { public int CompanyInfoID { get; set; } public string? Value { get; set; } public string? Title { get; set; } public string? SubTitle { get; set; } } }