Account.BLL.ManifestBLL.DeleteManifest C# (CSharp) Method

DeleteManifest() public method

删除消费明细
public DeleteManifest ( string ID ) : bool
ID string
return bool
        public bool DeleteManifest(string ID)
        {
            return _dal.DeleteManifest(ID);
        }