Method InsertSupplierToCurrentSite
InsertSupplierToCurrentSite(string, Supplier)
Inserts a supplier in the list of the suppliers registered in the KitchenDraw software for the site to which the current user belongs.
Declaration
public Appli.Supplier InsertSupplierToCurrentSite(string idententifier, Appli.Supplier beforeSupplier)
Parameters
| Type | Name | Description |
|---|---|---|
| string | idententifier | An unique identifier for the new supplier. |
| Appli.Supplier | beforeSupplier | The new supplier will be inserted just before this one. |
Returns
| Type | Description |
|---|---|
| Appli.Supplier | The new supplier. |