/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT-0 */ using System; namespace todo_app.Controllers { public class MyToDo{ public string ToDo { get; set; } } }