public void DictionaryMixedGetProtoTcp()
        {
            using (var client = new TestServiceClient("protoTcp"))
            {
                var dictionary = client.GetDictionaryMixed();

                Assert.IsNotNull(dictionary);
            }
        }
Esempio n. 2
0
        public void DictionaryMixedGetProtoTcp()
        {
            using (var client = new TestServiceClient("protoTcp"))
            {
                var dictionary = client.GetDictionaryMixed();

                Assert.IsNotNull(dictionary);
            }
        }