Component Operation - ToDoComponentManager.MarkToDoItemDone
MarkToDoItemDone(int itemId) : void
Declaring type : ToDoSample.Service.ToDoComponentManager
Tags :
componentoperation
Marks the ToDo item with the given id as done.
Thrown exceptions:
- ToDoSample.Contract.InvalidIdException
Consumed by Service operations:
Consumed by UI operations:
Used in UnitTests:
- ToDoComponentManagerTests.MarkToDoItemDoneTest