Beispiel #1
0
 public ToDoListBuilder WithOneItem()
 {
     _todoList.AddToDo("Test Item");
     return(this);
 }