using System.Collections.Generic; using System.Threading.Tasks; using Volo.Abp.Domain.Services; namespace Win_in.Sfs.Wms.DataExchange.Domain.Fawtyg.Tyrp; //public interface ICustomerManager:IDomainService //{ // Task> GetToBeProcessedListAsync(); //} public interface ICustomerManager : IDomainService { Task> GetToBeProcessedListAsync(); }