Interface IShipmentStatusLogService
Service to manage shipment status log entrys.
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public interface IShipmentStatusLogService
Methods
| Improve this Doc View SourceSave(ShipmentStatusLogEntry)
Saves a shipment status log entry.
Declaration
bool Save(ShipmentStatusLogEntry logEntry)
Parameters
Type | Name | Description |
---|---|---|
ShipmentStatusLogEntry | logEntry | A shipment status log entry instance. |
Returns
Type | Description |
---|---|
System.Boolean | Whether the save was successfull. |