using System; using Comal.Classes; using InABox.Mobile; namespace PRS.Mobile { public class KanbanDocumentShell : EntityDocumentShell<KanbanDocumentModel, Kanban, KanbanLink, KanbanDocument> { } }