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