public void TestNoteInit() { Note note = new Note(9m); Assert.AreEqual(9m, note.Value); }
public void AddNote(Note note) { Notes.Add(note); }