public TextItemTypeIdentity()
     : this(TypedGuid.GetNewGuid())
 {
 }
        public static bool IsEmpty(this TypedGuid typedGuid)
        {
            var isEmpty = typedGuid.Value == Guid.Empty;

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