Untitled
unknown
plain_text
2 years ago
147 B
6
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; }
}