public void SetUp() { _erpSystem = Environment.Current().CreateErpSystem(); _system = _erpSystem.SupplierSystem(); _erpSystem.OpenSession(); _erpSystem.BeginTransaction(); }
public void SetUp() { _system = Environment.Current().CreateCustomerSystem(); _system.OpenSession(); _system.BeginTransaction(); }