Untitled
unknown
plain_text
2 months ago
147 B
4
Indexable
Never
using System; public class Todo { public int Id { get; set; } public string Title { get; set; } public bool IsComplete { get; set; } }
using System; public class Todo { public int Id { get; set; } public string Title { get; set; } public bool IsComplete { get; set; } }