コード例 #1
0
 public CommonResponse(CommonError err)
 {
     _error = err;
 }
コード例 #2
0
 public CommonResponse()
 {
     _error = new NoError();
 }