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