Example #1
0
 public bool InitializeTodoList()
 {
     return(todoListRepository.InitializeTodoList());
 }