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_guest { int insert(Hashtable ht); int delete(string _where); int update(Hashtable ht, string _where); List ds(string top, string _where); List ds(string top, string _where, Wuqi.Webdiyer.AspNetPager aspnetpager);