public WardenService(ProfileI profile) { profileI = profile; }
public WardenService(Iviewrequestedservice callbackservice, ProfileI profile) { iviewrequestedservice = callbackservice; profileI = profile; }
public WardenService(Iviewservicestatusbyperson callback, ProfileI profile) { iviewservicestatusbyperson = callback; profileI = profile; }
public StudentService(Iservicecategory servicecategorydata, ProfileI callback) { iservicecategory = servicecategorydata; profileCallback = callback; }
public StudentService(ProfileI profile, ViewDisciplinaryActionTaken callback) { profileCallback = profile; disciplinaryActionTaken = callback; }
public StudentService(ProfileI callback) { profileCallback = callback; }
public StudentService(HostelAdmissionI hostel, Icoursedetail coursedetail, ProfileI calls) { hostelAdmissionI = hostel; icoursedetail = coursedetail; profileCallback = calls; }
public StudentService(ProfileI viewHostelAdmittedStudent, StudentLeaveRequestI callback) { profileCallback = viewHostelAdmittedStudent; leaveRequestCallback = callback; }