Method AddSupplierToCurrentSite
AddSupplierToCurrentSite(string)
Adds a supplier at the end of the list of the suppliers registered in the KitchenDraw software for the site to which the current user belongs.
Declaration
public Appli.Supplier AddSupplierToCurrentSite(string idententifier)
Parameters
Type | Name | Description |
---|---|---|
string | idententifier | An unique identifier for the new supplier. |
Returns
Type | Description |
---|---|
Appli.Supplier | The new supplier. |