コード例 #1
0
ファイル: User.cs プロジェクト: bryce-harrington/T-Notes
 public void deleteNote(int note_id)
 {
     connection.deleteNote(note_id);
 }