コード例 #1
0
 public ReclamationResponseCEN(IReclamationResponseCAD _IReclamationResponseCAD)
 {
     this._IReclamationResponseCAD = _IReclamationResponseCAD;
 }
コード例 #2
0
 public ReclamationResponseCEN()
 {
     this._IReclamationResponseCAD = new ReclamationResponseCAD();
 }