public bool Insert_tbl_AdProduct(SqlSchema smp, NameValueCollection form) { return(DALIdx.Insert_tbl_AdProduct(smp, form)); }
public bool Update_tbl_AdProduct(SqlSchema smp, NameValueCollection form, string id) { return(DALIdx.Update_tbl_AdProduct(smp, form, id)); }
public bool Delete_tbl_AdProduct(SqlSchema smp, string mid, string id) { return(DALIdx.Delete_tbl_AdProduct(smp, mid, id)); }
public bool Delete_tal_newappsetdata(SqlSchema smAppModel, string id) { return(DALIdx.Delete_tal_newappsetdata(smAppModel, id)); }
public DyModel Get_tbl_AdProduct(SqlSchema smp, string mid) { return(DALIdx.Get_tbl_AdProduct(smp, mid)); }
public DyModel Get_tal_newappsetdata(SqlSchema smAppModel) { return(DALIdx.Get_tal_newappsetdata(smAppModel)); }
public bool Update_tal_newappsetdata(SqlSchema smAppModel, NameValueCollection form) { return(DALIdx.Update_tal_newappsetdata(smAppModel, form)); }