Example #1
0
 public bool EditSubTodoList(SubTodoList subTodoListItem)
 {
     return(todoListRepository.EditSubTodoList(subTodoListItem));
 }