Example #1
0
 public CustomerCEN(ICustomerCAD _ICustomerCAD)
 {
     this._ICustomerCAD = _ICustomerCAD;
 }
Example #2
0
 public CustomerCEN()
 {
     this._ICustomerCAD = new CustomerCAD();
 }