public static int deleteSMScontent(SqlTransaction tran, int id) { return(SMScontentDAL.deleteSMScontent(tran, id)); }
public static int updateSMSproductName(int id, string proName) { return(SMScontentDAL.updateSMSproductName(id, proName)); }
public static string getSMScountrycode(int id) { return(SMScontentDAL.getSMScountrycode(id)); }
public static string getSMSproductName(int id) { return(SMScontentDAL.getSMSproductName(id)); }
public static int insertSMSContent(int pid, int isfold, string productname, string countrycode, string bianhao) { return(SMScontentDAL.insertSMSContent(pid, isfold, productname, countrycode, bianhao)); }