예제 #1
0
 public NoteCreatedEventHandler(INoteStashRepository noteStashRepository)
 {
     this.noteStashRepository = noteStashRepository;
 }
예제 #2
0
 public NoteStashService(INoteStashRepository noteStashRepository)
 {
     this.noteStashRepository = noteStashRepository;
 }