Add WebTools Attributes import in GamesController

A new import statement for 'Aiursoft.WebTools.Attributes' has been added to the GamesController. This additional library will enhance the functionality and capabilities of the GamesController in the ChessServer project.
This commit is contained in:
xuef
2024-02-21 09:19:33 +00:00
parent c93ef4f495
commit d9e55bef15
@@ -4,6 +4,7 @@ using Aiursoft.ChessServer.Data;
using Aiursoft.ChessServer.Models.ViewModels;
using Microsoft.AspNetCore.Mvc;
using Aiursoft.AiurObserver.Extensions;
using Aiursoft.WebTools.Attributes;
namespace Aiursoft.ChessServer.Controllers;