예제 #1
0
 public int GetAppointmentCountByServiceId(int ServiceId)
 {
     return(_objAppointmentDAL.GetAppointmentCountByServiceId(ServiceId));
 }