UI operations
MainWindow.CreateNewToDoItemClicked
MainWindow.DeleteClicked
MainWindow.InitializeComponent
MainWindow.MarkDoneClicked
MainWindow.RefreshToDoItems
MainWindow.SaveClicked
MainWindow.ToDoItemSelected
MainWindow.UserSelected
MainWindow.WindowLoaded
Service operations
IToDoService.CreateToDoItem
IToDoService.DeleteToDoItem
IToDoService.FindUserByName
IToDoService.GetUser
IToDoService.ListAllUsers
IToDoService.ListDoneItemsForUser
IToDoService.ListToDoItemsForUser
IToDoService.ListUsersMatching
IToDoService.MarkToDoItemDone
IToDoService.UpdateToDoItem
Component operations
ToDoComponentManager.CreateToDoItem
ToDoComponentManager.DeleteToDoItem
ToDoComponentManager.FindUserByName
ToDoComponentManager.GetToDoItem
ToDoComponentManager.GetUser
ToDoComponentManager.ListAllToDoItems
ToDoComponentManager.ListAllUsers
ToDoComponentManager.ListDoneItemsForUser
ToDoComponentManager.ListToDoItemsForUser
ToDoComponentManager.ListUsersMatching
ToDoComponentManager.MarkToDoItemDone
ToDoComponentManager.UpdateToDoItem
Unused component operations
ToDoComponentManager.FindUserByName
ToDoComponentManager.GetUser
ToDoComponentManager.ListAllToDoItems
ToDoComponentManager.ListDoneItemsForUser
ToDoComponentManager.ListUsersMatching