Esempio n. 1
0
 public ApiEndPointService(IApiEndPointRepository apiEndPointRepository)
 {
     _apiEndPointRepository = apiEndPointRepository;
 }
Esempio n. 2
0
 public NewRelicService(IApiEndPointRepository apiEndpointRepository)
 {
     _apiEndpointRepository = apiEndpointRepository;
 }