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

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

            return(locationIdentity);
        }