Ejemplo n.º 1
0
 public bool insertCTCourse(int contact_id, int course_id)
 {
     return(DALcontact.insertCTCourse(contact_id, course_id));
 }