Ejemplo n.º 1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new JournalEntries_Command(ConnectionStr, this);
 }
Ejemplo n.º 2
0
 public JournalEntries(string ConnectionStr, String L_JournalEntriesID_Value)
 {
     ExecCommand = new JournalEntries_Command(ConnectionStr, this);
     ExecCommand.Load(L_JournalEntriesID_Value);
 }
Ejemplo n.º 3
0
 public JournalEntries()
 {
     ExecCommand = new JournalEntries_Command(this);
 }