C# 클래스 HBM.CustomerManagement.CustomerManager

파일 보기 프로젝트 열기: nirshandileep/HotelManagement

공개 메소드들

메소드 설명
IsValidToSave ( Customer customer, string &errorMSG ) : bool

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

메소드 상세

IsValidToSave() 공개 메소드

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
리턴 bool