예제 #1
0
 public bool GetAppointmentsCount(int timingId, int type, string currentDate)
 {
     return(_objAppointmentDAL.GetAppointmentsCount(timingId, type, currentDate));
 }