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