in webapi/Controllers/TodoController.cs [24:27]
public List<Todo> Get() { return _todoContext.GetAllTodos(); }