using InABox.Core; namespace Comal.Classes { [Caption("Digital Forms")] public class LeaveRequestForm : FixedEntityForm, ILicense { public override string AutoIncrementPrefix() => "LF"; } }