using System; using InABox.Core; namespace Comal.Classes { public class RequisitionDestination : Entity, IRemotable, IPersistent, ISequenceable, ILicense { [NullEditor] public long Sequence { get; set; } [TextBoxEditor] public String Description { get; set; } } }