Initial Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Model;
|
||||
|
||||
namespace Web.Services;
|
||||
|
||||
public class GameService
|
||||
{
|
||||
public string? OverviewHtml => GeneratedData.OverviewHtml;
|
||||
public List<GameDoc> Games => GeneratedData.Games;
|
||||
}
|
||||
Reference in New Issue
Block a user