Пример #1
0
 public CommonResponse(CommonError err)
 {
     _error = err;
 }
Пример #2
0
 public CommonResponse()
 {
     _error = new NoError();
 }