9 lines
166 B
C#
9 lines
166 B
C#
|
using Microsoft.AspNetCore.Mvc;
|
|||
|
|
|||
|
namespace SiteManagementSystem_SoftwareEngineering_.Controllers
|
|||
|
{
|
|||
|
public class FieldController : ControllerBase
|
|||
|
{
|
|||
|
}
|
|||
|
}
|