Modifier: change Rel type from double to decimal

This commit is contained in:
2023-09-01 17:18:52 +02:00
parent c1d3a9042d
commit 286e3515d4
2 changed files with 11 additions and 9 deletions

View File

@ -10,7 +10,7 @@ namespace Elwig.Helpers.Billing {
private readonly int AvNr;
private readonly AppDbContext Context;
private readonly Dictionary<string, string> Attributes;
private readonly Dictionary<string, (decimal?, double?)> Modifiers;
private readonly Dictionary<string, (decimal?, decimal?)> Modifiers;
private readonly Dictionary<string, (string, string?, string?, string?, int?, int?, decimal?)> AreaComTypes;
public Billing(int year, int avnr) {