コード例 #1
0
        public DataTable GetSelectOperacionExport(eOperacionVC o, int start, int size, String orderBy, out int total)
        {
            dSqlOperacionSelectVC ope = new dSqlOperacionSelectVC();

            return(ope.GetSelectOperacionExport(o, start, size, orderBy, out total));
        }
コード例 #2
0
        public Int32 SetEliminarOperacion(int nro_operacion)
        {
            dSqlOperacionSelectVC ope = new dSqlOperacionSelectVC();

            return(ope.SetEliminarOperacion(nro_operacion));
        }
コード例 #3
0
        public void GetSelectTotalOperacion(eOperacionVC o, String[] dataparam, out int registro_procesado, out int registro_creado, out String total_suma)
        {
            dSqlOperacionSelectVC ope = new dSqlOperacionSelectVC();

            ope.GetSelectTotalOperacion(o, dataparam, out registro_procesado, out registro_creado, out total_suma);
        }
コード例 #4
0
        public List <eOperacionVC> GetSelectOperacionDetalle(eOperacionVC o, int start, int size, String orderBy, out int total)
        {
            dSqlOperacionSelectVC ope = new dSqlOperacionSelectVC();

            return(ope.GetSelectOperacionDetalle(o, start, size, orderBy, out total));
        }