コード例 #1
0
ファイル: MediaConnegFixture.cs プロジェクト: hartez/fubumvc
        public MediaConnegFixture()
        {
            Title = "Exercising the conneg input and output selection";

            this["MediaSelection"] = new MediaSelection(() => _urls);
        }
コード例 #2
0
        public MediaConnegFixture()
        {
            Title = "Exercising the conneg input and output selection";

            this["MediaSelection"] = new MediaSelection(() => _urls);
        }