Esempio n. 1
0
 public static string ChangeStatus(string maxName, string minName)
 {
     return(T_Common_SmsBLL.ChangeStatus(maxName, minName));
 }
Esempio n. 2
0
 public static string ChangeRanking(string maxName, string minName, int rank)
 {
     return(T_Common_SmsBLL.ChangeRanking(maxName, minName, rank));
 }
Esempio n. 3
0
 public static string UpdateCateName(string maxName, string minName, string updateName)
 {
     return(T_Common_SmsBLL.UpdateCateName(maxName, minName, updateName));
 }
Esempio n. 4
0
 public static string DeleteCate(string maxName, string minName)
 {
     return(T_Common_SmsBLL.DeleteCate(maxName, minName));
 }
Esempio n. 5
0
 public static string DeleteSms(int id)
 {
     return(T_Common_SmsBLL.DeleteSms(id));
 }
Esempio n. 6
0
 public static string GetCateList(string type)
 {
     return(T_Common_SmsBLL.GetCateList(type));
 }
Esempio n. 7
0
 public static string AddCommonSms(string maxCate, string minCate, string smscontent)
 {
     return(T_Common_SmsBLL.AddCommonSms(maxCate, minCate, smscontent));
 }
Esempio n. 8
0
 public static string UpdateCommonSmsContent(int smsid, string maxCate, string minCate, string smscontent)
 {
     return(T_Common_SmsBLL.UpdateCommonSmsContent(smsid, maxCate, minCate, smscontent));
 }
Esempio n. 9
0
 public static string AddCate(string cate)
 {
     return(T_Common_SmsBLL.AddCate(cate));
 }
Esempio n. 10
0
 public static List <string> GetMinCate(string maxCate)
 {
     return(T_Common_SmsBLL.GetMinCate(maxCate));
 }
Esempio n. 11
0
 public static Dictionary <string, string> GetSmsContent(int page, string type, string subType)
 {
     return(T_Common_SmsBLL.GetSmsContent(page, type, subType));
 }