コード例 #1
0
ファイル: TaskViewModel.cs プロジェクト: destbg/destNotes
 public async void RemoveTask(string id) =>
 await _controller.DeleteTaskText(id);