* Further improvements
This commit is contained in:
@@ -11,4 +11,5 @@ public interface IMaterialTransactionService
|
||||
Task<IEnumerable<MaterialTransactionDto>> GetOrderNumbersByWz(ISet<string> wzNumbers);
|
||||
Task<IEnumerable<MaterialTransactionDto>> GetByCustomerNumber(string customerNumber, int customerSequence);
|
||||
Task<MaterialTransactionDto?> GetByPartNumber(string partNumber);
|
||||
Task<IEnumerable<MaterialTransactionDto>> GetWithPartNumber();
|
||||
}
|
||||
Reference in New Issue
Block a user