예제 #1
0
 public DataRow GetDoctorTimingById(int doctorTimingId)
 {
     return(_objAppointmentDAL.GetDoctorTimingById(doctorTimingId));
 }