Inheritance: StatusOnlyResponse
示例#1
0
 internal RestResponseFactory()
 {
     _badRequestResponse = new BadRequestResponse();
 }