diff --git a/LawCompany/LawCompanyRestApi/Controllers/ConsultationController.cs b/LawCompany/LawCompanyRestApi/Controllers/ConsultationController.cs new file mode 100644 index 0000000..2460d02 --- /dev/null +++ b/LawCompany/LawCompanyRestApi/Controllers/ConsultationController.cs @@ -0,0 +1,6 @@ +namespace LawCompanyRestApi.Controllers +{ + public class ConsultationController + { + } +} diff --git a/LawCompany/LawCompanyRestApi/Controllers/GuarantorController.cs b/LawCompany/LawCompanyRestApi/Controllers/GuarantorController.cs new file mode 100644 index 0000000..1017c3a --- /dev/null +++ b/LawCompany/LawCompanyRestApi/Controllers/GuarantorController.cs @@ -0,0 +1,6 @@ +namespace LawCompanyRestApi.Controllers +{ + public class GuarantorController + { + } +} diff --git a/LawCompany/LawCompanyRestApi/Controllers/HearingController.cs b/LawCompany/LawCompanyRestApi/Controllers/HearingController.cs new file mode 100644 index 0000000..163b7b9 --- /dev/null +++ b/LawCompany/LawCompanyRestApi/Controllers/HearingController.cs @@ -0,0 +1,6 @@ +namespace LawCompanyRestApi.Controllers +{ + public class HearingController + { + } +} diff --git a/LawCompany/LawCompanyRestApi/Controllers/LawyerController.cs b/LawCompany/LawCompanyRestApi/Controllers/LawyerController.cs new file mode 100644 index 0000000..0baed0c --- /dev/null +++ b/LawCompany/LawCompanyRestApi/Controllers/LawyerController.cs @@ -0,0 +1,6 @@ +namespace LawCompanyRestApi.Controllers +{ + public class LawyerController + { + } +} diff --git a/LawCompany/LawCompanyRestApi/Properties/launchSettings.json b/LawCompany/LawCompanyRestApi/Properties/launchSettings.json index 303eb33..ecbcf48 100644 --- a/LawCompany/LawCompanyRestApi/Properties/launchSettings.json +++ b/LawCompany/LawCompanyRestApi/Properties/launchSettings.json @@ -1,6 +1,6 @@ { "profiles": { - "LawFirmRestApi": { + "LawCompanyRestApi": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger",