контроллеры (Rest API)
This commit is contained in:
parent
8947dbebed
commit
5eeb14e167
@ -0,0 +1,6 @@
|
|||||||
|
namespace LawCompanyRestApi.Controllers
|
||||||
|
{
|
||||||
|
public class ConsultationController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace LawCompanyRestApi.Controllers
|
||||||
|
{
|
||||||
|
public class GuarantorController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace LawCompanyRestApi.Controllers
|
||||||
|
{
|
||||||
|
public class HearingController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace LawCompanyRestApi.Controllers
|
||||||
|
{
|
||||||
|
public class LawyerController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"LawFirmRestApi": {
|
"LawCompanyRestApi": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"launchUrl": "swagger",
|
"launchUrl": "swagger",
|
||||||
|
Loading…
Reference in New Issue
Block a user