CustomerService.BLL.Customer.Exists C# (CSharp) Method

Exists() public method

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