Exemplo n.º 1
0
        public ContentScriptedContentFragment(IContentLogic contentLogic)
        {
            if (contentLogic == null)
            {
                throw new ArgumentNullException("contentLogic");
            }

            ContentLogic = contentLogic;
        }
        public ContentScriptedContentFragment(IContentLogic contentLogic)
        {
            if (contentLogic == null)
            {
                throw new ArgumentNullException("contentLogic");
            }

            ContentLogic = contentLogic;
        }