using System; using Comal.Classes; using InABox.Core; using InABox.Mobile; using Syncfusion.SfDataGrid.XForms; namespace PRS.Mobile { public class DataEntryDocumentModel : CoreRepository { public DataEntryDocumentModel(IModelHost host, Func>? filter = null, Func? cachefilename = null) : base(host, filter, cachefilename) { } } }