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