Пример #1
0
 public ResultInfo(HttpStatus httpStatus, Exception exception)
     : this(httpStatus)
 {
     Exception = exception;
 }
Пример #2
0
 public ResultInfo(HttpStatus httpStatus)
 {
     HttpStatus = httpStatus;
 }