mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-12-17 23:05:30 +00:00
Ported libs fo net V6
This commit is contained in:
13
HaDocumentV6/Models/OptionalBool.cs
Normal file
13
HaDocumentV6/Models/OptionalBool.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace HaDocument.Models
|
||||
{
|
||||
public enum OptionalBool
|
||||
{
|
||||
True,
|
||||
False,
|
||||
None
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user