Account.BLL.ManifestBLL.DeleteManifest C# (CSharp) Méthode

DeleteManifest() public méthode

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