Beispiel #1
0
 public UnauthorizedErrorObjectResult(BaseResponse response, string message) : base(response)
 {
     response.AddUnauthorized(message);
     response.EndResponseTime = DateTimeHelper.Now();
 }