示例#1
0
 public NotificationWorker(IUserDataStore userDataStore, INoteFolderStore noteFolderStore)
 {
     this.userDataStore   = userDataStore;
     this.noteFolderStore = noteFolderStore;
 }
示例#2
0
 public NoteFolderService(INoteFolderStore noteFolderStore, ISyrinxCamundaClientService camundaClient)
 {
     this.noteFolderStore = noteFolderStore;
     this.camundaClient   = camundaClient;
 }