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