Ejemplo n.º 1
0
 public ToDoListManager(IToDoListDal toDoListDal)
 {
     _toDoListDal = toDoListDal;
 }