using _0_Framework.Domain.CustomizeCheckoutShared.Enums; namespace CompanyManagment.App.Contracts.CustomizeWorkshopSettings.ValueObjectsViewModel; public class InsuranceDeductionViewModel { public InsuranceDeductionType InsuranceDeductionType { get; set; } public double Value { get; set; } }