Beispiel #1
0
        public TabDiarioDBConnection()
        {
            TableCreateCmds commands = new TableCreateCmds();

            this._CreateCmd = commands[TableType.Props];
        }
Beispiel #2
0
        public TabCdadDBConnection()
        {
            TableCreateCmds commands = new TableCreateCmds();

            this._CreateCmd = commands[TableType.Cdades];
        }