コード例 #1
0
 public void SetUp()
 {
     _erpSystem = Environment.Current().CreateErpSystem();
     _system    = _erpSystem.SupplierSystem();
     _erpSystem.OpenSession();
     _erpSystem.BeginTransaction();
 }
コード例 #2
0
 public SupplierImporter(TextReader stream, SupplierSystem _system)
 {
     this._stream = stream;
     this._system = _system;
 }