Beispiel #1
0
 public static void conecta()
 {
     BDVendasDAL.conecta();
     if (!Erro.getErro())
     {
         BDVendasDAL.populaDR();
     }
 }
Beispiel #2
0
 public static void getProximo()
 {
     BDVendasDAL.getProximo();
 }
Beispiel #3
0
 public static void desconecta()
 {
     BDVendasDAL.desconecta();
 }