Пример #1
0
 public List <Pacient> ListPaciente()
 {
     try
     {
         PatientBL pacienteBL = new PatientBL();
         return(pacienteBL.ListPatients());
     }
     catch (Exception e)
     {
         throw e;
     }
 }