예제 #1
0
 public IndexerBaseHealth(IFoundation foundation, IHandleExceptionProvider iHandleExceptionProvider, string trackPrefix)
     : base(foundation, iHandleExceptionProvider)
 {
     this.TrackPrefix = trackPrefix;
 }
예제 #2
0
 public RestApiBaseController(IFoundation iFoundation, IHandleExceptionProvider iHandleExceptionProvider)
     : base(iFoundation, iHandleExceptionProvider)
 {
     this.API = iFoundation.Resolve <StencilAPI>();
 }
예제 #3
0
 public HealthRestApiController(IFoundation foundation, IHandleExceptionProvider iHandleExceptionProvider, string trackPrefix)
     : base(foundation, iHandleExceptionProvider)
 {
     this.TrackPrefix = trackPrefix;
 }