Kleinunternehmer Mode
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
public PaymentData? PaymentData { get; set; }
|
||||
|
||||
public double TotalNetto => Items?.Sum(x => x.PriceNetto*x.Quantity) ?? 0d;
|
||||
public double TotalBrutto => Items?.Sum(x => x.PriceBrutto*x.Quantity) ?? 0d;
|
||||
}
|
||||
|
||||
public class PaymentData
|
||||
|
||||
Reference in New Issue
Block a user