using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using XYY.Model.Standard.OrderAddressCheck; namespace XYY.Service.Standard.AddressCheck { public interface IAssistantAddressService { Task GetRecommendedAddresses(AssistantOrderAddress address); } }