Search Results for

    Show / Hide Table of Contents

    Interface IContactImportRepository

    Repository to laod, save and delete import contacts.

    Namespace: Simplic.SAC.ContactImport
    Assembly: Simplic.SAC.ContactImport.dll
    Syntax
    public interface IContactImportRepository

    Methods

    | Improve this Doc View Source

    GetAllEnqueued()

    Gets all enqueued import contacts.

    Declaration
    IEnumerable<ImportContact> GetAllEnqueued()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ImportContact>

    An enumberable of all enqueued import contacts.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx