using System.Collections.Generic; namespace Karsha_Site.Application.Services.About.Queries.GetAboutAddress { public class ResultAboutAddressDto { public List AboutAddressDto { get; set; } public int Rows { get; set; } public int CurrentPage { get; set; } public int PageSize { get; set; } } }