Exemplo n.º 1
0
        protected IStorageRecordViewSection CreateEmptyRecordViewSectionObject(RecordViewSection section)
        {
            var storageService = service.StorageService;

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