Account.DAL.ManifestDAL.UpdateManifest C# (CSharp) Method

UpdateManifest() public method

修改消费明细
public UpdateManifest ( Manifest manifest ) : bool
manifest Manifest
return bool
        public bool UpdateManifest(Manifest manifest)
        {
            return _database.Update(manifest);
        }