Method RegisterStore
RegisterStore(string, IStore)
Registers a store with the purchasing binder.
Declaration
protected void RegisterStore(string name, IStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The store name |
| IStore | store | The store's instance |