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