Software_Engineering_Field_.../SiteManagementSystem(Softwa.../Controllers/FieldController.cs

9 lines
166 B
C#
Raw Normal View History

2024-10-30 17:52:22 +08:00
using Microsoft.AspNetCore.Mvc;
namespace SiteManagementSystem_SoftwareEngineering_.Controllers
{
public class FieldController : ControllerBase
{
}
}