Esempio n. 1
0
 private void ExecuteDoneCheckBoxCheckedCommand(TodoItem item)
 {
     _todoItemsService.SaveTodoItem(item);
 }