public ManageWebhooksService(ISmartsheetService smartsheetService) { _smartsheetService = smartsheetService; }
public EventsService(EventsContext context, ISmartsheetService smartsheetService) { _context = context; _smartsheetService = smartsheetService; }
public ManageWebhooksController(ILogger <ManageWebhooksController> logger, ISmartsheetService smartsheetService, IManageWebhooksService manageWebhooksService) { _logger = logger; _smartsheetService = smartsheetService; _manageWebhooksService = manageWebhooksService; }