Exemplo n.º 1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new Payments_CreditCards_Command(ConnectionStr, this);
 }
Exemplo n.º 2
0
 public Payments_CreditCards(string ConnectionStr, String L_Payments_CreditCardsID_Value)
 {
     ExecCommand = new Payments_CreditCards_Command(ConnectionStr, this);
     ExecCommand.Load(L_Payments_CreditCardsID_Value);
 }
Exemplo n.º 3
0
 public Payments_CreditCards()
 {
     ExecCommand = new Payments_CreditCards_Command(this);
 }