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 SourceGetAllEnqueued()
Gets all enqueued import contacts.
Declaration
IEnumerable<ImportContact> GetAllEnqueued()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ImportContact> | An enumberable of all enqueued import contacts. |