Exemplo n.º 1
0
 public TextItemTypeIdentity()
     : this(TypedGuid.GetNewGuid())
 {
 }
Exemplo n.º 2
0
        public static bool IsEmpty(this TypedGuid typedGuid)
        {
            var isEmpty = typedGuid.Value == Guid.Empty;

            return(isEmpty);
        }
Exemplo n.º 3
0
 public LocationIdentity()
     : this(TypedGuid.GetNewGuid())
 {
 }