структура

This commit is contained in:
Mikhail Kuznetsov
2023-05-17 16:00:50 +10:00
parent 7730559eca
commit 5338c489aa
18 changed files with 336 additions and 55 deletions

View File

@@ -0,0 +1,10 @@
using Microsoft.AspNetCore.Mvc;
namespace PARR_API.Controllers.V1.Base
{
[ApiController]
public class BaseApiController : ControllerBase
{
}
}