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