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