CustomerService.BLL.Customer.Exists C# (CSharp) 메소드

Exists() 공개 메소드

是否存在该记录
public Exists ( System.Guid GUID ) : bool
GUID System.Guid
리턴 bool
		public bool Exists(Guid GUID)
		{
			return dal.Exists(GUID);
		}