using System; using Comal.Classes; using InABox.Core; using InABox.Mobile; namespace PRS.Mobile { public class JobKanbanModel : BaseKanbanModel { public JobKanbanModel(IModelHost host, Func> filter): base(host, filter) { } } }