Beispiel #1
0
        public Estados EstadosGetById(string Id, string tabNombre)
        {
            EstadosImpl oEstadosImpl = new EstadosImpl();

            return(oEstadosImpl.EstadosGetById(Id, tabNombre));
        }
Beispiel #2
0
        public Estados EstadosGetById(string Id)
        {
            EstadosImpl oEstadosImpl = new EstadosImpl();

            return(oEstadosImpl.EstadosGetById(Id));
        }