фикс(ик)
This commit is contained in:
parent
eb20caf197
commit
8f03f3eb44
@ -13,9 +13,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LawCompanyRestApi", "LawCom
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LawCompanyDataModels", "LawCompanyDataModels\LawCompanyDataModels.csproj", "{D16E073F-6E02-410D-89DC-67ECE1E1A0A6}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LawCompanyDataModels", "LawCompanyDataModels\LawCompanyDataModels.csproj", "{D16E073F-6E02-410D-89DC-67ECE1E1A0A6}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LawCompanyExecutorApp", "LawCompanyExecutorApp\LawCompanyExecutorApp.csproj", "{025CE232-A2BE-4952-B389-083334221FF2}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LawCompanyExecutorApp", "LawCompanyExecutorApp\LawCompanyExecutorApp.csproj", "{025CE232-A2BE-4952-B389-083334221FF2}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LawCompanyGuarantorApp", "LawCompanyGuarantorApp\LawCompanyGuarantorApp.csproj", "{FEE8AD88-5C23-407A-9557-9E2F25C014E7}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LawCompanyGuarantorApp", "LawCompanyGuarantorApp\LawCompanyGuarantorApp.csproj", "{FEE8AD88-5C23-407A-9557-9E2F25C014E7}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
using LawCompanyGuarantorApp;
|
||||||
|
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
|
|
||||||
// Add services to the container.
|
// Add services to the container.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
@{
|
@using LawCompanyContracts.ViewModels
|
||||||
|
@model List<ConsultationViewModel>
|
||||||
|
@{
|
||||||
ViewData["Title"] = "Create Consultation";
|
ViewData["Title"] = "Create Consultation";
|
||||||
Layout = "~/Views/Shared/_LayoutGuarantor.cshtml";
|
Layout = "~/Views/Shared/_LayoutGuarantor.cshtml";
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
@{
|
@using LawCompanyContracts.ViewModels
|
||||||
|
@model List<HearingViewModel>
|
||||||
|
@{
|
||||||
ViewData["Title"] = "Create Hearing";
|
ViewData["Title"] = "Create Hearing";
|
||||||
Layout = "~/Views/Shared/_LayoutGuarantor.cshtml";
|
Layout = "~/Views/Shared/_LayoutGuarantor.cshtml";
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
@{
|
@using LawCompanyContracts.ViewModels
|
||||||
|
@model List<LawyerViewModel>
|
||||||
|
@{
|
||||||
ViewData["Title"] = "Юристы";
|
ViewData["Title"] = "Юристы";
|
||||||
Layout = "~/Views/Shared/_LayoutGuarantor.cshtml";
|
Layout = "~/Views/Shared/_LayoutGuarantor.cshtml";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user