示例#1
0
 public ProductCEN(IProductCAD _IProductCAD)
 {
     this._IProductCAD = _IProductCAD;
 }
示例#2
0
 public ProductCEN()
 {
     this._IProductCAD = new ProductCAD();
 }