Example #1
0
 public TaskListManager(ITaskListDal taskListDal)
 {
     _taskListDal = taskListDal;
 }