Beispiel #1
0
        public GuidHashMap Add(Guid id, DateTime?createAt = null)
        {
            var guidHash = GuidHash.CreateGuidHash(id, createAt);

            Items.Add(guidHash.Hash, guidHash);
            return(this);
        }