Exemple #1
0
 public void ApproveDoctor(int doctorId)
 {
     _doctorRepository.ApproveDoctor(doctorId);
 }