Пример #1
0
 public NoteCreatedEventHandler(INoteStashRepository noteStashRepository)
 {
     this.noteStashRepository = noteStashRepository;
 }
Пример #2
0
 public NoteStashService(INoteStashRepository noteStashRepository)
 {
     this.noteStashRepository = noteStashRepository;
 }