This commit is contained in:
Oli Sturm
2022-05-12 16:35:34 +01:00
parent eecba258b3
commit 0a28574514
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -20,6 +20,13 @@
}
}
public enum OrderValue {
ValuableDueToHighCount,
ValuableDueToHighItemPrice,
ValuableDueToHighTotal,
NotValuable,
}
// Positional patterns with placeholders - note that
// the element lists must be "complete"!
static OrderValue OrderValueCategory(Order o) =>