Пример #1
0
 public ResponseJSON(RequestJSON request, object response) : this(request)
 {
     Response.responseDetails = response;
 }
Пример #2
0
 public ResponseJSON(RequestJSON request) : this(request.Request.header.token)
 {
 }