예제 #1
0
        public DataTable ServiciosGetByFilter()
        {
            ServiciosImpl oServiciosImpl = new ServiciosImpl();

            return(oServiciosImpl.ServiciosGetByFilter());
        }
예제 #2
0
        public int ServiciosAdd(Servicios oServicios)
        {
            ServiciosImpl oServiciosImpl = new ServiciosImpl();

            return(oServiciosImpl.ServiciosAdd(oServicios));
        }
예제 #3
0
        public DataTable ServiciosGetAllDT()
        {
            ServiciosImpl oServiciosImpl = new ServiciosImpl();

            return(oServiciosImpl.ServiciosGetAllDT());
        }
예제 #4
0
        public List <Servicios> ServiciosGetAll()
        {
            ServiciosImpl oServiciosImpl = new ServiciosImpl();

            return(oServiciosImpl.ServiciosGetAll());
        }
예제 #5
0
        public Servicios ServiciosGetById(string Id)
        {
            ServiciosImpl oServiciosImpl = new ServiciosImpl();

            return(oServiciosImpl.ServiciosGetById(Id));
        }
예제 #6
0
        public bool ServiciosDelete(string Id)
        {
            ServiciosImpl oServiciosImpl = new ServiciosImpl();

            return(oServiciosImpl.ServiciosDelete(Id));
        }
예제 #7
0
        public bool ServiciosUpdate(Servicios oServicios)
        {
            ServiciosImpl oServiciosImpl = new ServiciosImpl();

            return(oServiciosImpl.ServiciosUpdate(oServicios));
        }