Files
Gainsight/TodoList/AccountItem.cs

5 lines
117 B
C#
Raw Normal View History

2022-06-13 08:50:32 -04:00
public class AccountItem
{
public string? AccountName { get; set; }
public bool LastContacted { get; set; }
}