public NotificationServiceV1(MessageOrchestrator messageOrchestrator, ILogger <NotificationServiceV1> logger)
 {
     this.messageOrchestrator = messageOrchestrator;
     this.logger = logger;
 }
示例#2
0
 public PermissionsServiceV1(MessageOrchestrator messageOrchestrator)
 {
     this.messageOrchestrator = messageOrchestrator;
 }