public AddProfile(string title, string email, string staffid, string college, string department, string name, SignupCoursesActivity activity) { this.title = title; this.name = name; this.email = email; this.staffid = staffid; this.college = college; this.department = department; this.activity = activity; }
public AddCourse(string course, SignupCoursesActivity activity) { this.course = course; this.activity = activity; }