Exemple #1
0
 protected RefValueRepresentation(IOidStrategy oidStrategy, RelType relType, RestControlFlags flags)
     : base(oidStrategy, flags)
 {
     Href = relType.GetUri().AbsoluteUri;
 }
 protected RefValueRepresentation(RelType relType, RestControlFlags flags)
     : base(flags)
 {
     Href = relType.GetUri().AbsoluteUri;
 }