示例#1
0
 internal ToDoList Create(ToDoList newToDoList)
 {
     return(_repo.Create(newToDoList));
 }