Ejemplo n.º 1
0
 public void SetUp()
 {
     _erpSystem = Environment.Current().CreateErpSystem();
     _system    = _erpSystem.SupplierSystem();
     _erpSystem.OpenSession();
     _erpSystem.BeginTransaction();
 }
Ejemplo n.º 2
0
 public SupplierImporter(TextReader stream, SupplierSystem _system)
 {
     this._stream = stream;
     this._system = _system;
 }