Interface IDocumentWorkflowUserRepository
Defines the methods for storing the users in a document workflow
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public interface IDocumentWorkflowUserRepository
Methods
| Improve this Doc View SourceGet(Int32)
Gets a DocumentWorkflowUser based on a user id
Declaration
DocumentWorkflowUser Get(int userId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | userId | The key for a user |
Returns
Type | Description |
---|---|
DocumentWorkflowUser | A user based on the id |