Method | Description | |
---|---|---|
Initialize ( IAdapterService service ) : void |
Initializes the Adapt static facade with the specified service.
|
|
Initialize ( Lazy |
Initializes the Adapt static facade with the specified service.
|
public static Initialize ( IAdapterService service ) : void | ||
service | IAdapterService | The adapter service to use on the |
return | void |
public static Initialize ( Lazy |
||
service | Lazy |
The adapter service to use on the |
return | void |