Innovt Platform
Search Results for

    Show / Hide Table of Contents

    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 Source

    AddTracking(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.

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX