Inheritance: StatusOnlyResponse
Ejemplo n.º 1
0
 internal RestResponseFactory()
 {
     _badRequestResponse = new BadRequestResponse();
 }