/// <summary> /// Initializes a new instance of the <see cref="WarrantyPromise"/> class. /// </summary> /// <param name="durationOfWarranty">The duration of warranty.</param> /// <param name="warrantyScope">The warranty scope.</param> public WarrantyPromise(QuantitativeValue durationOfWarranty, WarrantyScope warrantyScope) { DurationOfWarranty = durationOfWarranty; WarrantyScope = warrantyScope; }
public WarrantyPromise(QuantitativeValue durationOfWarranty, WarrantyScope warrantyScope) { DurationOfWarranty = durationOfWarranty; WarrantyScope = warrantyScope; }