|
|
@ -7,5 +7,6 @@ public interface ISalePriceSheetAppService : ISfsBaseDataAppServiceBase<SalePric |
|
|
|
{ |
|
|
|
Task<SalePriceSheetDTO> GetByItemCodeAndCustomerCode(string itemCode, string customerCode); |
|
|
|
Task UpsertAsyncByInterface(SalePriceSheetEditInput input); |
|
|
|
public Task<string> GetListByItemCodeAndCustomerCodeAsync(List<SalePriceSheetDTO> list); |
|
|
|
Task<string> GetListByItemCodeAndCustomerCodeAsync(List<SalePriceSheetDTO> list); |
|
|
|
} |
|
|
|