Beispiel #1
0
 public void AddPatient(Patient patient)
 {
     try
     {
         IDalService.AddPatient(patient);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }