public void Delete(int taskId) { _taskListDal.Delete(taskId); }
public void DeleteTaskList(TaskList taskList) { _taskListDal.Delete(taskList); }