namespace FoodsharingSiegen.Contracts.Enums { /// /// Represents the state of a record within the system. /// public enum RecordState { Default = 10, Deleted = 20 } }