public void DictionaryListComplexGetProto()
        {
            using (var client = new TestServiceClient("proto"))
            {
                var dictionary = client.GetDictionaryListComplex();

                Assert.IsNotNull(dictionary);
            }
        }
예제 #2
0
        public void DictionaryListComplexGetProto()
        {
            using (var client = new TestServiceClient("proto"))
            {
                var dictionary = client.GetDictionaryListComplex();

                Assert.IsNotNull(dictionary);
            }
        }