Exemplo n.º 1
0
 public DefaultStaticCommandService(IMiniProfilerRequestTracer tracer, IDotvvmRequestContext context)
 {
     Tracer  = tracer;
     Context = context;
 }
Exemplo n.º 2
0
 public DefaultViewModel(IMiniProfilerRequestTracer tracer)
 {
     Title       = "Hello from DotVVM!";
     this.Tracer = tracer;
 }