Account.BLL.ManifestBLL.DeleteManifest C# (CSharp) 메소드

DeleteManifest() 공개 메소드

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