Esempio n. 1
0
 public override byte[] LoadExtendedBinaryData(Type type, string id, string key)
 {
     return(_exDataAccessor.LoadExtendedBlobValue(type.FullName, id, key));
 }