public WatchersController(IWatchersRepository watchersRepository, IWatcherService watcherService) { _watchersRepository = watchersRepository; _watcherService = watcherService; }
public WatcherConnections(IWatcherService watcherService, IWatchersRepository watchersRepository) { _watcherService = watcherService; _watchersRepository = watchersRepository; }