Beispiel #1
0
        private void RunProxyTests()
        {
            var tests = new CustomerDalProxyTests();

            tests.CREATE_PROXY_ITSELF();
        }
Beispiel #2
0
 private void RunProxyTests()
 {
     var tests = new CustomerDalProxyTests();
       tests.CREATE_PROXY_ITSELF();
 }