Untitled
unknown
plain_text
2 years ago
147 B
2
Indexable
using System; public class Todo { public int Id { get; set; } public string Title { get; set; } public bool IsComplete { get; set; } }
Editor is loading...
using System; public class Todo { public int Id { get; set; } public string Title { get; set; } public bool IsComplete { get; set; } }