очень много работы было выполнено...

This commit is contained in:
sofiaivv 2024-05-26 07:22:56 +04:00
parent 2bb0a0ae39
commit 98466fa655
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,8 @@ using System.Threading.Tasks;
namespace LawCompanyBusinessLogic.OfficePackage.HelperModels
{
internal class ExcelInfoExecutor
public class ExcelInfoExecutor
{
}
}

View File

@ -6,7 +6,10 @@ using System.Threading.Tasks;
namespace LawCompanyBusinessLogic.OfficePackage.HelperModels
{
internal class ExcelInfoGuarantor
public class ExcelInfoGuarantor
{
public string FileName { get; set; } = string.Empty;
public string Title { get; set; } = string.Empty;
//public List<ReportLawyerHearingsViewModel> LawyerHearings { get; set; } = new();
}
}