Example #1
0
 public int EditCrmInterest(int crmid, string checkedstr)
 {
     using (var sql = new SqlHelper())
     {
         int result = new InternalB2b_crm_interesttag(sql).EditCrmInterest(crmid, checkedstr);
         return(result);
     }
 }
Example #2
0
 public IList <B2b_crm_interesttag> GetCrmInterest(out int total, int crmid)
 {
     using (var sql = new SqlHelper())
     {
         IList <B2b_crm_interesttag> result = new InternalB2b_crm_interesttag(sql).GetCrmInterest(out total, crmid);
         return(result);
     }
 }