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