- Timestamp:
- 03/02/11 04:28:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/Administration/Convert.cs
r5534 r5587 126 126 var entity = okb.BinaryDatas.Where(x => x.Hash.Equals(hash)).FirstOrDefault(); 127 127 if (entity == null) 128 entity = new DA.BinaryData() { Id = 0, Data = data };128 entity = new DA.BinaryData() { Id = 0, Data = data, Hash = hash }; 129 129 return entity; 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.