* Fixed parameters names
This commit is contained in:
@@ -4,5 +4,5 @@ namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface IItemCustPriceAllService
|
||||
{
|
||||
Task<ItemCustPriceAllDto?> GetItemCustPriceAllAsync(string item, string customerNumber);
|
||||
Task<ItemCustPriceAllDto?> GetItemCustPriceAllAsync(string itemNumber, string customerNumber);
|
||||
}
|
||||
Reference in New Issue
Block a user