示例#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;
 }