Example #1
0
 public bool DeleteTodo(int todoId)
 {
     return(todoListRepository.DeleteTodo(todoId));
 }