контроллеры (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": {
|
||||
"LawFirmRestApi": {
|
||||
"LawCompanyRestApi": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"launchUrl": "swagger",
|
||||
|
Loading…
Reference in New Issue
Block a user