예제 #1
0
 public async Task Completed(TodoItem item)
 {
     await _todoItemsService.Completed(item);
 }