示例#1
0
 public ListaCompraCEN(IListaCompraCAD _IListaCompraCAD)
 {
     this._IListaCompraCAD = _IListaCompraCAD;
 }
示例#2
0
 public ListaCompraCEN(IListaCompraCAD _IListaCompraCAD)
 {
     this._IListaCompraCAD = _IListaCompraCAD;
 }
示例#3
0
 public ListaCompraCEN()
 {
     this._IListaCompraCAD = new ListaCompraCAD();
 }
示例#4
0
 public ListaCompraCEN()
 {
     this._IListaCompraCAD = new ListaCompraCAD ();
 }