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