Exemplo n.º 1
0
 public TValue Get(CodexId <TValue> id)
 {
     return(Get(id.Id));
 }
Exemplo n.º 2
0
 public TValue this[CodexId <TValue> id] => Get(id);