using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface IItemCustPriceAllService { Task GetItemCustPriceAllAsync(string itemNumber, string customerNumber); }