Exemple #1
0
 public int CheckIfPatientScreeningExists(int patientId)
 {
     try
     {
         return(_patientScreening.CheckIfPatientScreeningExists(patientId));
     }
     catch (Exception)
     {
         throw;
     }
 }