private async Task Remove() { await _notes.RemoveNote(this).ConfigureAwait(false); }
public void RemoveNote(int id) { _noteData.RemoveNote(id); }