Ejemplo n.º 1
0
 public ToDoItemBuilder Title(string title)
 {
     _todo.ChangeTitle(title);
     return(this);
 }