ApiService Constructor

Initializes a new instance of the ApiService class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.0.0.10102
C#
public ApiService(
	IHttpClientFactory httpClientFactory,
	ILogger<ApiService> logger
)

Parameters

httpClientFactory  IHttpClientFactory
 
logger  ILoggerApiService
 

See Also