Exemplo n.º 1
0
        public static LocationIdentity From(Guid guid)
        {
            var locationIdentity = new LocationIdentity(guid);

            return(locationIdentity);
        }
Exemplo n.º 2
0
        public static LocationIdentity New()
        {
            var locationIdentity = new LocationIdentity();

            return(locationIdentity);
        }