Exemplo n.º 1
0
 public int GetSendNum(int comid, int channelcompanyid, string yearmonth)
 {
     using (var helper = new SqlHelper())
     {
         int id = new InternalWxqunfa_log(helper).GetSendNum(comid, channelcompanyid, yearmonth);
         return(id);
     }
 }
Exemplo n.º 2
0
 public List <Wxqunfa_log> GetQunfalist(int comid, int userid, int pageindex, int pagesize, out int totalcount)
 {
     using (var helper = new SqlHelper())
     {
         List <Wxqunfa_log> list = new InternalWxqunfa_log(helper).GetQunfalist(comid, userid, pageindex, pagesize, out totalcount);
         return(list);
     }
 }
Exemplo n.º 3
0
 public int EditLog(Wxqunfa_log log)
 {
     using (var helper = new SqlHelper())
     {
         int id = new InternalWxqunfa_log(helper).EditLog(log);
         return(id);
     }
 }