* Further improvements

This commit is contained in:
2025-06-17 22:05:15 +02:00
parent a8e3a8be66
commit 30d2984add
6 changed files with 133 additions and 58 deletions

View File

@@ -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();
}