Esempio n. 1
0
 public List <SubTodoList> GetSubTodoLists(int todoId)
 {
     return(todoListRepository.GetSubTodoLists(todoId));
 }