Esempio n. 1
0
 public NoteCreatedEventHandler(INoteStashRepository noteStashRepository)
 {
     this.noteStashRepository = noteStashRepository;
 }
Esempio n. 2
0
 public NoteStashService(INoteStashRepository noteStashRepository)
 {
     this.noteStashRepository = noteStashRepository;
 }