Ejemplo n.º 1
0
        public GetServerInformationResponse GetServerInformation()
        {
            TracingServiceAdapter adapter = PolicyInjection.Create <TracingServiceAdapter>();

            return(adapter.GetServerInformation());
        }
Ejemplo n.º 2
0
        public void EnableDatabaseTracing(EnableDatabaseTracingRequest request)
        {
            TracingServiceAdapter adapter = PolicyInjection.Create <TracingServiceAdapter>();

            adapter.EnableDatabaseTracing(request);
        }