C# Class HBM.CustomerManagement.CustomerManager

Mostra file Open project: nirshandileep/HotelManagement

Public Methods

Method Description
IsValidToSave ( Customer customer, string &errorMSG ) : bool

Pass the customer object to this method and check if its valid to be saved.

Method Details

IsValidToSave() public method

Pass the customer object to this method and check if its valid to be saved.
public IsValidToSave ( Customer customer, string &errorMSG ) : bool
customer Customer
errorMSG string
return bool