Ejemplo n.º 1
0
 public CustomerOrderCEN(ICustomerOrderCAD _ICustomerOrderCAD)
 {
     this._ICustomerOrderCAD = _ICustomerOrderCAD;
 }
Ejemplo n.º 2
0
 public CustomerOrderCEN()
 {
     this._ICustomerOrderCAD = new CustomerOrderCAD();
 }