Interface IImportObject<T>
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IImportObject<in T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Import(T)
Declaration
void Import(T source)
Parameters
| Type | Name | Description |
|---|---|---|
| T | source |