예제 #1
0
 public HubSpotController(
     AudiocraticAPI.APIContext context,
     IAPIKeyService apiKeyService,
     IHubSpotService hubSpotService,
     IHubSpotToConstantContactService hubSpotToConstantContactService)
 {
     _context        = context;
     _apiKeyService  = apiKeyService;
     _hubSpotService = hubSpotService;
     _hubSpotToConstantContactService = hubSpotToConstantContactService;
 }
예제 #2
0
 public IndexModel(
     IHubSpotToConstantContactService hubSpotToConstantContactService,
     HubSpotToCCIntegrationLogService logService,
     APIContext context,
     IAPIKeyService aPIKeyService)
 {
     _hubSpotToConstantContactService = hubSpotToConstantContactService;
     _logService    = logService;
     _context       = context;
     _apiKeyService = aPIKeyService;
 }