namespace Karsha_Site.Application.Services.Costomers.Queries.GetCustomers { public class GetAboutAddressDto { public int ID { get; set; } public int Code { get; set; } public string FullName { get; set; } public string Link { get; set; } public string Address { get; set; } public string Image { get; set; } } }