Exemplo n.º 1
0
        public List <Excepciones> ExcepcionesGetAll()
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesGetAll());
        }
Exemplo n.º 2
0
        public Excepciones ExcepcionesGetById(string Id)
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesGetById(Id));
        }
Exemplo n.º 3
0
        public bool ExcepcionesUpdate(Excepciones oExcepciones)
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesUpdate(oExcepciones));
        }
Exemplo n.º 4
0
        public bool ExcepcionesDelete(String Id)
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesDelete(Id));
        }
Exemplo n.º 5
0
        public int ExcepcionesAdd(Excepciones oExcepciones)
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesAdd(oExcepciones));
        }