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