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 = null, Func? cachefilename = null) : base(host, filter, cachefilename) { } } }