示例#1
0
        public List <Excepciones> ExcepcionesGetAll()
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesGetAll());
        }
示例#2
0
        public Excepciones ExcepcionesGetById(string Id)
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesGetById(Id));
        }
示例#3
0
        public bool ExcepcionesUpdate(Excepciones oExcepciones)
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesUpdate(oExcepciones));
        }
示例#4
0
        public bool ExcepcionesDelete(String Id)
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesDelete(Id));
        }
示例#5
0
        public int ExcepcionesAdd(Excepciones oExcepciones)
        {
            ExcepcionesImpl oExcepcionesImpl = new ExcepcionesImpl();

            return(oExcepcionesImpl.ExcepcionesAdd(oExcepciones));
        }