[]
Common generic interface for all importers to share.
public interface IImporter<TSource, TResult> where TSource : ImportSource
Name | Description |
---|---|
TSource | Type of ImportSource. |
TResult | Type of import result. |
Name | Description |
---|---|
ImportAsync(TSource) | Execute importing task asynchronously. |