コード例 #1
0
 public ApiEndPointService(IApiEndPointRepository apiEndPointRepository)
 {
     _apiEndPointRepository = apiEndPointRepository;
 }
コード例 #2
0
 public NewRelicService(IApiEndPointRepository apiEndpointRepository)
 {
     _apiEndpointRepository = apiEndpointRepository;
 }