public UserStatusChangeServiceErrorHandler(IHttpExceptionContextRetriever httpExceptionContextRetriever)
     : base(httpExceptionContextRetriever)
 {
 }
 public MedicalAuthenticationServiceErrorHandler(IHttpExceptionContextRetriever httpExceptionContextRetriever)
     : base(httpExceptionContextRetriever)
 {
 }
コード例 #3
0
 public ErrorResponseHandler(IHttpExceptionContextRetriever httpExceptionContextRetriever)
 {
     _httpExceptionContextRetriever = httpExceptionContextRetriever;
 }