示例#1
0
 public static int deleteSMScontent(SqlTransaction tran, int id)
 {
     return(SMScontentDAL.deleteSMScontent(tran, id));
 }
示例#2
0
 public static int updateSMSproductName(int id, string proName)
 {
     return(SMScontentDAL.updateSMSproductName(id, proName));
 }
示例#3
0
 public static string getSMScountrycode(int id)
 {
     return(SMScontentDAL.getSMScountrycode(id));
 }
示例#4
0
 public static string getSMSproductName(int id)
 {
     return(SMScontentDAL.getSMSproductName(id));
 }
示例#5
0
 public static int insertSMSContent(int pid, int isfold, string productname, string countrycode, string bianhao)
 {
     return(SMScontentDAL.insertSMSContent(pid, isfold, productname, countrycode, bianhao));
 }