Exemplo n.º 1
0
 public int dmlBorrar(TCP_Tab_Tiempo oDatos)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public TCP_Tab_Tiempo dmlSelectID(TCP_Tab_Tiempo oDatos)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
        public Object dmlAgregar(TCP_Tab_Tiempo oDatos)
        {
            String sSQL = " INSERT INTO TCP_Tab_Tiempo( tmpclave, tmpaño, tmpsemestre, tmpcuatrimestre, tmptrimestre, tmpbimestre, tmpmes) VALUES (  @P0, @P1, @P2, @P3, @P4, @P5, @P6) ";

            return(EjecutaDML(sSQL, oDatos.tmpclave, oDatos.tmpaño, oDatos.tmpsemestre, oDatos.tmpcuatrimestre, oDatos.tmptrimestre, oDatos.tmpbimestre, oDatos.tmpmes));
        }