8 lines
142 B
C#
8 lines
142 B
C#
namespace GreadyPoang.EntityLayer;
|
|
|
|
public class ScoreCell
|
|
{
|
|
public string Text { get; set; }
|
|
public bool IsHeader { get; set; }
|
|
}
|