public TrackerController( IGaTrackerService gaTrackerService, IGaUserService gaUserService ) { _gaTrackerService = gaTrackerService; _gaUserService = gaUserService; }
public GaTrackerService( IGaUserService gaUserService, IRateCalculatorClient rateCalculatorClient, TrackAssetsSttings trackAssetsSttings, GaSettings gaSettings, bool isLive, string transactionAssetId, ILog log ) { _gaUserService = gaUserService; _rateCalculatorClient = rateCalculatorClient; _trackAssetsSttings = trackAssetsSttings; _gaSettings = gaSettings; _isLive = isLive; _transactionAssetId = transactionAssetId; _log = log.CreateComponentScope(nameof(GaTrackerService)); }
public GoogleUserController( IGaUserService gaUserService ) { _gaUserService = gaUserService; }