public CustomerCEN(ICustomerCAD _ICustomerCAD) { this._ICustomerCAD = _ICustomerCAD; }
public CustomerCEN() { this._ICustomerCAD = new CustomerCAD(); }