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

9 lines
166 B
C#

using Microsoft.AspNetCore.Mvc;
namespace SiteManagementSystem_SoftwareEngineering_.Controllers
{
public class FieldController : ControllerBase
{
}
}