예제 #1
0
        new public void Dispose()
        {
            if (proxy != null)
            {
                if (proxy.State != System.ServiceModel.CommunicationState.Closed)
                {
                    proxy.Close();
                }
            }

            proxyTipoCliente = new SoftvService.TipoClienteClient();
            if (proxyTipoCliente != null)
            {
                if (proxyTipoCliente.State != System.ServiceModel.CommunicationState.Closed)
                {
                    proxyTipoCliente.Close();
                }
            }
        }
예제 #2
0
 public TipoClienteController()
 {
     proxy = new SoftvService.TipoClienteClient();
 }
예제 #3
0
        public Rel_Clientes_TiposClientesController()
        {
            proxy = new SoftvService.Rel_Clientes_TiposClientesClient();

            proxyTipoCliente = new SoftvService.TipoClienteClient();
        }