Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Model;
|
||||
|
||||
public class GameDoc
|
||||
{
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public string Category { get; set; } = string.Empty;
|
||||
public string? Link { get; set; }
|
||||
public string? Git { get; set; }
|
||||
public string ContentHtml { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user