Interface ICleaningPreOrderService
Service to load, save and delete cleaning pre orders.
Inherited Members
Namespace: Simplic.Logistics.Cleaning
Assembly: Simplic.Logistics.Cleaning.dll
Syntax
public interface ICleaningPreOrderService : ICleaningPreOrderRepository
Methods
| Improve this Doc View SourceLock(Guid)
Locks the selected pre order
Declaration
bool Lock(Guid preOrderId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | preOrderId |
Returns
Type | Description |
---|---|
System.Boolean |
ReleaseLock(Guid)
Unlocks the selected pre order
Declaration
void ReleaseLock(Guid preOrderId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | preOrderId |