示例#1
0
        public async Task <IList <PropertyModel> > GetPropertiesAsync(DataRequest <Property> request)
        {
            var collection = new PropertyCollection(this, LogService);
            await collection.LoadAsync(request);

            return(collection);
        }