public NotebookService(DataContext dataContext, NoteService noteService, IDistributedIdGenerator IdGenerator) { this.IdGenerator = IdGenerator; this.dataContext = dataContext; this.NoteService = noteService; }
public TrashService(DataContext dataContext, NoteService noteService) { this.dataContext = dataContext; this.noteService = noteService; }