Exemplo n.º 1
0
        public int RetornarMaxCodigoBL()
        {
            TelefonesDA telDA = new TelefonesDA();

            return telDA.RetornarMaxCodigoDA();
        }