예제 #1
0
 public List <B2b_invitecodesendlog> Getinvitecodesendlog(int comid, int userid, int pageindex, int pagesize, out int totalcount)
 {
     using (var helper = new SqlHelper())
     {
         List <B2b_invitecodesendlog> result = new InternalB2b_invitecodesendlog(helper).Getinvitecodesendlog(comid, userid, pageindex, pagesize, out totalcount);
         return(result);
     }
 }
예제 #2
0
 public B2b_invitecodesendlog GetNoteRecord(string invitecode, int comid)
 {
     using (var helper = new SqlHelper())
     {
         B2b_invitecodesendlog result = new InternalB2b_invitecodesendlog(helper).GetNoteRecord(invitecode, comid);
         return(result);
     }
 }
예제 #3
0
 public int Inslog(B2b_invitecodesendlog log)
 {
     using (var helper = new SqlHelper())
     {
         int result = new InternalB2b_invitecodesendlog(helper).Inslog(log);
         return(result);
     }
 }