private void UpdateItemCommandExecuted(CheckListItem item) { this.context.UpdateCkeckListItem(item.ToCheckListDto()); }
private void DeleteItemCommandExecuted(CheckListItem item) { this.context.DeleteCkeckListItem(item.Id); source.Remove(item); }