예제 #1
0
        public List <GruposDetalles> GruposDetallesGetbyGrupo(long Grupo)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesGetbyGrupo(Grupo));
        }
예제 #2
0
        public long GruposDetallesAdd(GruposDetalles oGruposDetalles)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesAdd(oGruposDetalles));
        }
예제 #3
0
        public GruposDetalles GruposDetallesGetByCodReg(string Id)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesGetByCodReg(Id));
        }
예제 #4
0
        public List <GruposDetalles> GruposDetallesGetAll()
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesGetAll());
        }
예제 #5
0
        public bool GruposDetallesDelete(long Id)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesDelete(Id));
        }
예제 #6
0
        public GruposDetalles GruposDetallesGetById(long Id)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesGetById(Id));
        }
예제 #7
0
        public bool GruposDetallesUpdate(GruposDetalles oGruposDetalles)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesUpdate(oGruposDetalles));
        }
예제 #8
0
        public GruposDetalles GruposDetallesGetByTipo(string CodReg, string CodTipo)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesGetByTipo(CodReg, CodTipo));
        }
예제 #9
0
        public Transacciones GruposDetallesTipoDeleteTrans(string CodReg, string CodTipo)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesTipoDeleteTrans(CodReg, CodTipo));
        }
예제 #10
0
        public bool GruposDetallesTipoDelete(string CodReg, string CodTipo)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesTipoDelete(CodReg, CodTipo));
        }
예제 #11
0
        public Transacciones GruposDetallesAddTrans(GruposDetalles oGruposDetalles)
        {
            GruposDetallesImpl oGruposDetallesImpl = new GruposDetallesImpl();

            return(oGruposDetallesImpl.GruposDetallesAddTrans(oGruposDetalles));
        }