Example #1
0
        protected IStorageRecordViewSection CreateEmptyRecordViewSectionObject(RecordViewSection section)
        {
            var storageService = service.StorageService;

            return(storageService.GetObjectFactory().CreateEmptyRecordViewSectionObject());
        }
Example #2
0
 protected IStorageRecordViewSection CreateEmptyRecordViewSectionObject(RecordViewSection section)
 {
     var storageService = service.StorageService;
     return storageService.GetObjectFactory().CreateEmptyRecordViewSectionObject();
 }