| MasterControllerGetCustomer Method |
Returns the customer with the provided id. Can return null.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Customer GetCustomer(
int id
)
Parameters
- id
- Type: SystemInt32
Customer id.
Return Value
Type:
Customer
See Also