Exemplo n.º 1
0
 public OdinTriplestore(IOdin odin)
 {
     this.Store = new OdinJsonSerializer<Triple>(odin);
     this.KeyEncoder = MD5Hash;
 }
Exemplo n.º 2
0
 public OdinTriplestore(IOdin odin)
 {
     this.Store      = new OdinJsonSerializer <Triple>(odin);
     this.KeyEncoder = MD5Hash;
 }