Exemplo n.º 1
0
 public PlaceholderSpecializationMiddleware(RequestDelegate next, IScriptWebHostEnvironment webHostEnvironment, IStandbyManager standbyManager)
 {
     _next               = next;
     _invoke             = InvokeSpecializationCheck;
     _webHostEnvironment = webHostEnvironment;
     _standbyManager     = standbyManager;
 }
 public StandbyInitializationService(IStandbyManager standbyManager)
 {
     _standbyManager = standbyManager ?? throw new ArgumentNullException(nameof(standbyManager));
 }