diff --git a/LawCompany/LawCompanyContracts/BindingModels/MailConfigBindingModel.cs b/LawCompany/LawCompanyContracts/BindingModels/MailConfigBindingModel.cs new file mode 100644 index 0000000..0730ad0 --- /dev/null +++ b/LawCompany/LawCompanyContracts/BindingModels/MailConfigBindingModel.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.BindingModels +{ + internal class MailConfigBindingModel + { + } +} diff --git a/LawCompany/LawCompanyContracts/BindingModels/MailSendInfoBindingModel.cs b/LawCompany/LawCompanyContracts/BindingModels/MailSendInfoBindingModel.cs new file mode 100644 index 0000000..a0b5a33 --- /dev/null +++ b/LawCompany/LawCompanyContracts/BindingModels/MailSendInfoBindingModel.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.BindingModels +{ + internal class MailSendInfoBindingModel + { + } +} diff --git a/LawCompany/LawCompanyContracts/BindingModels/ReportExecutorBindingModel.cs b/LawCompany/LawCompanyContracts/BindingModels/ReportExecutorBindingModel.cs new file mode 100644 index 0000000..21f2ff8 --- /dev/null +++ b/LawCompany/LawCompanyContracts/BindingModels/ReportExecutorBindingModel.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.BindingModels +{ + internal class ReportExecutorBindingModel + { + } +} diff --git a/LawCompany/LawCompanyContracts/BindingModels/ReportGuarantorBindingModel.cs b/LawCompany/LawCompanyContracts/BindingModels/ReportGuarantorBindingModel.cs new file mode 100644 index 0000000..347f5db --- /dev/null +++ b/LawCompany/LawCompanyContracts/BindingModels/ReportGuarantorBindingModel.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.BindingModels +{ + internal class ReportGuarantorBindingModel + { + } +} diff --git a/LawCompany/LawCompanyContracts/BusinessLogicContracts/IReportExecutorLogic.cs b/LawCompany/LawCompanyContracts/BusinessLogicContracts/IReportExecutorLogic.cs new file mode 100644 index 0000000..1bf00d2 --- /dev/null +++ b/LawCompany/LawCompanyContracts/BusinessLogicContracts/IReportExecutorLogic.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.BusinessLogicContracts +{ + internal class IReportExecutorLogic + { + } +} diff --git a/LawCompany/LawCompanyContracts/BusinessLogicContracts/IReportGuarantorLogic.cs b/LawCompany/LawCompanyContracts/BusinessLogicContracts/IReportGuarantorLogic.cs new file mode 100644 index 0000000..d393367 --- /dev/null +++ b/LawCompany/LawCompanyContracts/BusinessLogicContracts/IReportGuarantorLogic.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.BusinessLogicContracts +{ + internal class IReportGuarantorLogic + { + } +} diff --git a/LawCompany/LawCompanyContracts/ViewModels/ReportClientCaseViewModel.cs b/LawCompany/LawCompanyContracts/ViewModels/ReportClientCaseViewModel.cs new file mode 100644 index 0000000..802e613 --- /dev/null +++ b/LawCompany/LawCompanyContracts/ViewModels/ReportClientCaseViewModel.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.ViewModels +{ + internal class ReportClientCaseViewModel + { + } +} diff --git a/LawCompany/LawCompanyContracts/ViewModels/ReportClientsViewModel.cs b/LawCompany/LawCompanyContracts/ViewModels/ReportClientsViewModel.cs new file mode 100644 index 0000000..cb2b26a --- /dev/null +++ b/LawCompany/LawCompanyContracts/ViewModels/ReportClientsViewModel.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.ViewModels +{ + internal class ReportClientsViewModel + { + } +} diff --git a/LawCompany/LawCompanyContracts/ViewModels/ReportLawyerHearingViewModel.cs b/LawCompany/LawCompanyContracts/ViewModels/ReportLawyerHearingViewModel.cs new file mode 100644 index 0000000..324594e --- /dev/null +++ b/LawCompany/LawCompanyContracts/ViewModels/ReportLawyerHearingViewModel.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.ViewModels +{ + internal class ReportLawyerHearingViewModel + { + } +} diff --git a/LawCompany/LawCompanyContracts/ViewModels/ReportLawyersViewModel.cs b/LawCompany/LawCompanyContracts/ViewModels/ReportLawyersViewModel.cs new file mode 100644 index 0000000..0f08ed1 --- /dev/null +++ b/LawCompany/LawCompanyContracts/ViewModels/ReportLawyersViewModel.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LawCompanyContracts.ViewModels +{ + internal class ReportLawyersViewModel + { + } +}