Example #1
0
 public void AddPhysician(Physician physician)
 {
     try
     {
         dal.AddPhysician(physician);
     }
     catch (ArgumentException) { throw; }
     catch (Exception ex) { throw; }
 }