Interface ICleaningProcessItemRepository
Access to the CleaningProcessItem
Namespace: Simplic.Logistics.Cleaning
Assembly: Simplic.Logistics.Cleaning.dll
Syntax
public interface ICleaningProcessItemRepository
Methods
| Improve this Doc View SourceGetItemsByPreOrder(Guid)
Get all items from the preorder
Declaration
IEnumerable<CleaningProcessItem> GetItemsByPreOrder(Guid preOrderId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | preOrderId | unique pre order id |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CleaningProcessItem> | List of CleaningProcessItem |