示例#1
0
 public CustomerOrderCEN(ICustomerOrderCAD _ICustomerOrderCAD)
 {
     this._ICustomerOrderCAD = _ICustomerOrderCAD;
 }
示例#2
0
 public CustomerOrderCEN()
 {
     this._ICustomerOrderCAD = new CustomerOrderCAD();
 }