Example #1
0
 public ClearDateServiceCommandTests()
 {
     command = new ClearDateServiceCommand(todoList)
     {
         Id = 1
     };
 }
 public ClearDateServiceCommandTests()
 {
     command = new ClearDateServiceCommand(todoList) {Id = 1};
 }