контроллеры (Rest API)

This commit is contained in:
sofiaivv 2024-05-03 02:24:54 +04:00
parent 8947dbebed
commit 5eeb14e167
5 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,6 @@
namespace LawCompanyRestApi.Controllers
{
public class ConsultationController
{
}
}

View File

@ -0,0 +1,6 @@
namespace LawCompanyRestApi.Controllers
{
public class GuarantorController
{
}
}

View File

@ -0,0 +1,6 @@
namespace LawCompanyRestApi.Controllers
{
public class HearingController
{
}
}

View File

@ -0,0 +1,6 @@
namespace LawCompanyRestApi.Controllers
{
public class LawyerController
{
}
}

View File

@ -1,6 +1,6 @@
{
"profiles": {
"LawFirmRestApi": {
"LawCompanyRestApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",