예제 #1
0
 public DataTable GetBlockCalendarDates(int doctorServiceTimingId, int blockTypeId, bool type)
 {
     return(_objAppointmentDAL.GetBlockCalendarDates(doctorServiceTimingId, blockTypeId, type));
 }