* Further improvements to generate PackList
This commit is contained in:
8
SytelineSaAppEfDataModel/Services/IItemCustService.cs
Normal file
8
SytelineSaAppEfDataModel/Services/IItemCustService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SytelineSaAppEfDataModel.Dtos;
|
||||
|
||||
namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface IItemCustService
|
||||
{
|
||||
Task<ItemCustDto> GetItem(string itemNumber, string customerNumber);
|
||||
}
|
||||
Reference in New Issue
Block a user