Ejemplo n.º 1
0
        public static GridUnitIdentity From(Guid value)
        {
            var geographyIdentity = new GridUnitIdentity(value);

            return(geographyIdentity);
        }
Ejemplo n.º 2
0
        public static GridUnitIdentity New()
        {
            var geographyIdentity = new GridUnitIdentity(Guid.NewGuid());

            return(geographyIdentity);
        }