public TabDiarioDBConnection() { TableCreateCmds commands = new TableCreateCmds(); this._CreateCmd = commands[TableType.Props]; }
public TabCdadDBConnection() { TableCreateCmds commands = new TableCreateCmds(); this._CreateCmd = commands[TableType.Cdades]; }