Ejemplo n.º 1
0
 public InvoiceAdditionalPrice(EffectiveFactor effectiveFactor, decimal price, bool divisionable, string description)
 {
     EffectiveFactor = effectiveFactor;
     EffectiveFactorId = effectiveFactor.Id;
     Price = price;
     Divisionable = divisionable;
     Description = description;
 }