public decimal Getrebatenottixian(int comid, string staffphone)
 {
     using (var helper = new SqlHelper())
     {
         decimal r = new InternalMember_channel_rebateApplylog(helper).Getrebatenottixian(comid, staffphone);
         return(r);
     }
 }
 public IList <Member_channel_rebateApplylog> Channelrebateapplyalllist(int pageindex, int pagesize, int comid, string operstatus, out int totalcount)
 {
     using (var helper = new SqlHelper())
     {
         IList <Member_channel_rebateApplylog> r = new InternalMember_channel_rebateApplylog(helper).Channelrebateapplyalllist(pageindex, pagesize, comid, operstatus, out totalcount);
         return(r);
     }
 }
 public int Confirmcompletedakuan(int id, int operstatus, int opertor, string operremark, int zhuanzhangsucimg)
 {
     using (var helper = new SqlHelper())
     {
         int r = new InternalMember_channel_rebateApplylog(helper).Confirmcompletedakuan(id, operstatus, opertor, operremark, zhuanzhangsucimg);
         return(r);
     }
 }
 public int Insrebateapplylog(Member_channel_rebateApplylog applylog)
 {
     using (var helper = new SqlHelper())
     {
         int r = new InternalMember_channel_rebateApplylog(helper).Insrebateapplylog(applylog);
         return(r);
     }
 }