Exemplo n.º 1
0
 public List <GetMedicamento> GetMedicamento()
 {
     try {
         ConsultaDAL consultaDAL = new ConsultaDAL();
         return(consultaDAL.GetMedicamento());
     } catch (Exception ex) {
         throw ex;
     }
 }