예제 #1
0
        public static LocationIdentity From(Guid guid)
        {
            var locationIdentity = new LocationIdentity(guid);

            return(locationIdentity);
        }
예제 #2
0
        public static LocationIdentity New()
        {
            var locationIdentity = new LocationIdentity();

            return(locationIdentity);
        }