Esempio n. 1
0
 public bool AddNewSubTodo(string subTodoName, int todoId)
 {
     return(todoListRepository.AddNewSubTodo(subTodoName, todoId));
 }