using System; using Comal.Classes; namespace PRS.Mobile { public class EquipmentKanbanShell : BaseKanbanShell<EquipmentKanbanModel> { } }