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