예제 #1
0
 private int getDoctorID()
 {
     return(AppointmentManager.GetDoctorByUserName(Session["user"].ToString()).DoctorID);
 }
 private Doctor getLoggedInDoctor()
 {
     return(AppointmentManager.GetDoctorByUserName(Session["user"].ToString()));
 }