public NoteRepository(NoteContext noteContext) { _noteContext = noteContext; }
public NoteRepository(NoteContext _context) { context = _context; }