using System; using System.Collections.ObjectModel; using Comal.Classes; using InABox.Core; using InABox.Mobile; using Plugin.BLE.Abstractions.Extensions; namespace PRS.Mobile { public class StockMovementBatchModel : CoreRepository { public StockMovementBatchModel(IModelHost host, Func>? filter = null, Func? cachefilename = null) : base(host, filter, cachefilename) { } } }