Esempio n. 1
0
 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;
 }
Esempio n. 2
0
 public AddCourse(string course, SignupCoursesActivity activity)
 {
     this.course   = course;
     this.activity = activity;
 }