示例#1
0
        protected IStorageRecordViewRelationListItem CreateEmptyRecordViewRelationListItemObject(RecordViewRelationListItem item)
        {
            var storageService = service.StorageService;

            return(storageService.GetObjectFactory().CreateEmptyRecordViewRelationListItemObject());
        }
示例#2
0
 protected IStorageRecordViewRelationListItem CreateEmptyRecordViewRelationListItemObject(RecordViewRelationListItem item)
 {
     var storageService = service.StorageService;
     return storageService.GetObjectFactory().CreateEmptyRecordViewRelationListItemObject();
 }