コード例 #1
0
 public int Upchannelrebateaccount(int channelid, string truename, string account, string newphone, int comid)
 {
     using (var helper = new SqlHelper())
     {
         int m = new InternalMember_channel_rebateApplyaccount(helper).Upchannelrebateaccount(channelid, truename, account, newphone, comid);
         return(m);
     }
 }
コード例 #2
0
 public Member_channel_rebateApplyaccount GetchanelrebateApplyaccount(int channelid)
 {
     using (var helper = new SqlHelper())
     {
         Member_channel_rebateApplyaccount m = new InternalMember_channel_rebateApplyaccount(helper).GetchanelrebateApplyaccount(channelid);
         return(m);
     }
 }