コード例 #1
0
 public ToDoListManager(IToDoListDal toDoListDal)
 {
     _toDoListDal = toDoListDal;
 }