Example #1
0
 public static PostalCode CreateForPersistentId(IdentifierUri <string> persistentId)
 => new PostalCode(persistentId.Value);
Example #2
0
 public static StreetNameId CreateForPersistentId(IdentifierUri <int> persistentId)
 => CreateFor(new CrabStreetNameId(persistentId.Value));