コード例 #1
0
        protected UniqueIdObject(IUniqueIdObject entity)
        {
            if (entity == null)
            {
                return;
            }

            Id = entity.Id;
        }
コード例 #2
0
ファイル: UniqueIdEntity.cs プロジェクト: xSirrioNx/Rosatom
        public UniqueIdEntity(IUniqueIdObject entity)
        {
            if (entity == null)
            {
                return;
            }

            Id = entity.Id;
        }