Exemple #1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new Payments_Checks_Command(ConnectionStr, this);
 }
Exemple #2
0
 public Payments_Checks(string ConnectionStr, String L_Payments_ChecksID_Value)
 {
     ExecCommand = new Payments_Checks_Command(ConnectionStr, this);
     ExecCommand.Load(L_Payments_ChecksID_Value);
 }
Exemple #3
0
 public Payments_Checks()
 {
     ExecCommand = new Payments_Checks_Command(this);
 }