using System; using System.Collections; using System.Collections.Generic; using System.Text; using com.bn388.video.Model; namespace com.bn388.video.IDAL { public interface IDAL_video { int insert(Hashtable ht); int delete(string _where); int update(Hashtable ht, string _where); int update_(string key, string _where); List dr(Wuqi.Webdiyer.AspNetPager pager, string sql);