[#30] Documents: Add WineQualityStatistics

This commit is contained in:
2024-03-28 12:27:48 +01:00
parent 57662534f3
commit 26a9902a13
7 changed files with 330 additions and 15 deletions

View File

@ -86,6 +86,8 @@ namespace Elwig.Documents {
name = "MemberDataSheet";
} else if (this is MemberList) {
name = "MemberList";
} else if (this is WineQualityStatistics) {
name = "WineQualityStatistics";
} else {
throw new InvalidOperationException("Invalid document object");
}