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

Delete() public method

删除一条数据
public Delete ( System.Guid GUID ) : bool
GUID System.Guid
return bool
		public bool Delete(Guid GUID)
		{
			
			return dal.Delete(GUID);
		}
		/// <summary>