Пример #1
0
 public List <Doctor> GetDoctors()
 {
     try
     {
         return(doctorDAO.GetDoctors());
     }
     catch (Exception)
     {
         throw;
     }
 }