Interface ICleaningProcessCodeRepository
Access to CleaningProcessCode
Assembly: Simplic.Logistics.Cleaning.dll
Syntax
public interface ICleaningProcessCodeRepository
Methods
|
Improve this Doc
View Source
DeleteAll(CleaningProcess)
Deletes all codes in the process.
Declaration
bool DeleteAll(CleaningProcess obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetByProcessId(Guid)
Declaration
IEnumerable<CleaningProcessCode> GetByProcessId(Guid processId)
Parameters
Type |
Name |
Description |
System.Guid |
processId |
|
Returns