Interface ICleaningProcessSealRepository
Access to the CleaningProcessSeal
Namespace: Simplic.Logistics.Cleaning
Assembly: Simplic.Logistics.Cleaning.dll
Syntax
public interface ICleaningProcessSealRepository
Methods
| Improve this Doc View SourceGetByProcessId(Guid)
Declaration
IEnumerable<CleaningProcessSeal> GetByProcessId(Guid processId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | processId |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CleaningProcessSeal> |