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