public void Add(ToDoList Entity) { _toDoListDal.Add(Entity); }
public void Add(ToDoList toDoList) { _toDoListDal.Add(toDoList); }