using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Karsha_Site.Application.Services.Costomers.Queries.GetCustomers { public interface IGetAboutAddressServise { ResultAboutAddressDto Execute(RequestGetAboutAddressDto request); } }