Exemple #1
0
 public int CountAppointments(string searchVal)
 {
     return(_appointmentRepository.CountAppointments(searchVal));
 }