Example #1
0
 public DataTable PopularBanco()
 {
     objBancoDao = new ManterBancoDAO();
     return(objBancoDao.PopularBanco());
 }