Files
GreadyPoang/GreadyPoang.EntityLayer/HelperEntities/ScoreCell.cs

8 lines
142 B
C#

namespace GreadyPoang.EntityLayer;
public class ScoreCell
{
public string Text { get; set; }
public bool IsHeader { get; set; }
}