public NotificationServiceV2CacheDecorator(INotificationServiceV2 notificationServiceV2, ICache cache) { this.notificationServiceV2 = notificationServiceV2; this.cache = cache; }
public NotificationV2Controller(INotificationServiceV2 notificationService) { this.notificationService = notificationService; }
public NotificationServiceV2LoogerDecorator(INotificationServiceV2 notificationServiceV2, ILogger logger) { this.notificationServiceV2 = notificationServiceV2; this.logger = logger; }