コード例 #1
0
 public NotificationServiceV2CacheDecorator(INotificationServiceV2 notificationServiceV2, ICache cache)
 {
     this.notificationServiceV2 = notificationServiceV2;
     this.cache = cache;
 }
コード例 #2
0
 public NotificationV2Controller(INotificationServiceV2 notificationService)
 {
     this.notificationService = notificationService;
 }
コード例 #3
0
 public NotificationServiceV2LoogerDecorator(INotificationServiceV2 notificationServiceV2, ILogger logger)
 {
     this.notificationServiceV2 = notificationServiceV2;
     this.logger = logger;
 }