Exemplo n.º 1
0
 public GenericEndpointConfig(IWantToRunContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public RunStuffInstance(IWantToRunContext context)
 {
     this.context = context;
     this.context.InstanceTimesRegistered++;
 }
Exemplo n.º 3
0
 public RunStuffScanned(IWantToRunContext context)
 {
     this.context = context;
 }