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;
 }
Beispiel #4
0
 public StudentService(Iservicecategory servicecategorydata, ProfileI callback)
 {
     iservicecategory = servicecategorydata;
     profileCallback  = callback;
 }
Beispiel #5
0
 public StudentService(ProfileI profile, ViewDisciplinaryActionTaken callback)
 {
     profileCallback         = profile;
     disciplinaryActionTaken = callback;
 }
Beispiel #6
0
 public StudentService(ProfileI callback)
 {
     profileCallback = callback;
 }
Beispiel #7
0
 public StudentService(HostelAdmissionI hostel, Icoursedetail coursedetail, ProfileI calls)
 {
     hostelAdmissionI = hostel;
     icoursedetail    = coursedetail;
     profileCallback  = calls;
 }
Beispiel #8
0
 public StudentService(ProfileI viewHostelAdmittedStudent, StudentLeaveRequestI callback)
 {
     profileCallback      = viewHostelAdmittedStudent;
     leaveRequestCallback = callback;
 }