예제 #1
0
 public CommonResponse(CommonError err)
 {
     _error = err;
 }
예제 #2
0
 public CommonResponse()
 {
     _error = new NoError();
 }