Enum ApiServiceType
Defines possible implementations of the API.
Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public enum ApiServiceType
Fields
| Name | Description |
|---|---|
| ServiceEF | The API is implemented using Entity Framework against a datasource. |
| ServiceHttp | The API is implemented using a HttpClient. |
| ServiceMock | The API is implemented using mock data. |