using IwbZero.AppServiceBase; using ShwasherSys.CustomerInfo.Dto; namespace ShwasherSys.CustomerInfo { public interface ICustomerDefaultProductAppService : IIwbAsyncCrudAppService { /*string GetDefualtProductByOrderItemNo(int orderItemNo); string GetDefualtProductByOrderNo(string orderNo); string GetDefualtProductByCustomerId(string customerId);*/ } }