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