очень много работы было выполнено...
This commit is contained in:
parent
2bb0a0ae39
commit
98466fa655
@ -6,7 +6,8 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace LawCompanyBusinessLogic.OfficePackage.HelperModels
|
||||
{
|
||||
internal class ExcelInfoExecutor
|
||||
public class ExcelInfoExecutor
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user