Interface IRequestTrackingRepository
Interface for a repository responsible for request tracking operations.
Namespace: Innovt.Domain.Tracking
Assembly: Innovt.Domain.dll
Syntax
public interface IRequestTrackingRepository
Methods
| Edit this page View SourceAddTracking(RequestTracking)
Adds a request tracking record.
Declaration
Task AddTracking(RequestTracking tracking)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestTracking | tracking | The request tracking object to be added. |
Returns
| Type | Description |
|---|---|
| Task | A task representing the asynchronous operation. |