blazor project for cs
This commit is contained in:
5
TodoList/TodoItem.cs
Normal file
5
TodoList/TodoItem.cs
Normal file
@ -0,0 +1,5 @@
|
||||
public class TodoItem
|
||||
{
|
||||
public string? Title { get; set; }
|
||||
public bool IsDone { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user