using System.Collections.Generic; namespace Karsha_Site.Application.Services.About.Queries.GetAboutTels { public class ResultAboutTelsDto { public List AboutTelsDto { get; set; } public int Rows { get; set; } public int CurrentPage { get; set; } public int PageSize { get; set; } } }