Exemplo n.º 1
0
        public TabDiarioDBConnection()
        {
            TableCreateCmds commands = new TableCreateCmds();

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

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