Esempio n. 1
0
        public void DictionaryComplexGetProto()
        {
            using (var client = new TestServiceClient("proto"))
            {
                var dictionary = client.GetDictionaryComplex();

                Assert.IsNotNull(dictionary);
            }
        }
        public void DictionaryComplexGetProto()
        {
            using (var client = new TestServiceClient("proto"))
            {
                var dictionary = client.GetDictionaryComplex();

                Assert.IsNotNull(dictionary);
            }
        }