Interface IContainerLocationRepository
Interface for all ContainerLocation repository functions
Namespace: Simplic.Logistics.Container
Assembly: Simplic.Logistics.Container.dll
Syntax
public interface IContainerLocationRepository
Methods
| Improve this Doc View SourceGetLocationByReferenceId(Guid)
Gets the location based on the sourceReferenceGuid
Declaration
ContainerLocation GetLocationByReferenceId(Guid guid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | guid |
Returns
Type | Description |
---|---|
ContainerLocation |