add workshopCode on client contract print
This commit is contained in:
@@ -128,6 +128,7 @@ public class ContractPrintEmployerViewModel
|
||||
public ContractPrintLegalEmployerViewModel LegalEmployer { get; set; }
|
||||
public string WorkshopName { get; set; }
|
||||
public string Address { get; set; }
|
||||
public string WorkshopCode { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1660,6 +1660,7 @@ public class ContractRepository : RepositoryBase<long, Contract>, IContractRepos
|
||||
NationalCode = x.Employer.Nationalcode
|
||||
}
|
||||
: null,
|
||||
WorkshopCode = workshop.InsuranceCode
|
||||
|
||||
};
|
||||
var employeeRes = new ContractPrintEmployeeViewModel()
|
||||
|
||||
Reference in New Issue
Block a user