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