Files
Gainsight/TodoList/AccountItem.cs
2022-06-13 08:50:32 -04:00

5 lines
117 B
C#

public class AccountItem
{
public string? AccountName { get; set; }
public bool LastContacted { get; set; }
}