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