Beispiel #1
0
        public static ResponsibilityIdentity From(Guid value)
        {
            var responsibilityIdentity = new ResponsibilityIdentity(value);

            return(responsibilityIdentity);
        }
Beispiel #2
0
        public static ResponsibilityIdentity New()
        {
            var responsibilityIdentity = new ResponsibilityIdentity(Guid.NewGuid());

            return(responsibilityIdentity);
        }