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