예제 #1
0
 public Types.PaisType selectRecord(int idPais)
 {
     PaisDAL pais = new PaisDAL();
     return pais.selectRecord(idPais);
 }
예제 #2
0
 public Types.PaisesType select()
 {
     PaisDAL pais = new PaisDAL();
     return pais.select();
 }