using InABox.Core; namespace Comal.Classes { public class KanbanForm : FixedEntityForm, ILicense { public override string AutoIncrementPrefix() => "KF"; } }