using InABox.Core; namespace Comal.Classes { public class JobForm : EntityForm, IDigitalForm, ILicense { public JobScopeLink JobScope { get; set; } public override string AutoIncrementPrefix() => "JF"; } }