コード例 #1
0
        public Types.PaisesType select()
        {
            PaisDAL pais = new PaisDAL();

            return(pais.select());
        }