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