Interface ITranshipPartialShipmentRepository
Assembly: Simplic.Logistics.dll
Syntax
public interface ITranshipPartialShipmentRepository
Methods
|
Improve this Doc
View Source
GetAllForShipment(Guid)
Declaration
IEnumerable<TranshipPartialShipment> GetAllForShipment(Guid shipmentId)
Parameters
Type |
Name |
Description |
System.Guid |
shipmentId |
|
Returns
|
Improve this Doc
View Source
GetByShipmentNr(String)
Declaration
TranshipPartialShipment GetByShipmentNr(string shipmentNr)
Parameters
Type |
Name |
Description |
System.String |
shipmentNr |
|
Returns