public void GetDoctorProfileInfo(string docEamil) { DataTable dt = _dpManager.GetDoctorProfileInfo(docEamil); DataListDoctorLog.DataSource = dt; DataListDoctorLog.DataBind(); }
public void GetDoctorProfileInfo(string docUserId) { DataTable dt = dManager.GetDoctorProfileInfo(docUserId); DataListDoctorLog.DataSource = dt; DataListDoctorLog.DataBind(); }