* Added ItemCustPriceAll entity
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using SytelineSaAppEfDataModel.Dtos;
|
||||
|
||||
namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface IItemCustPriceAllService
|
||||
{
|
||||
Task<ItemCustPriceAllDto?> GetItemCustPriceAllAsync(string item, string customerNumber);
|
||||
}
|
||||
Reference in New Issue
Block a user