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