public void InitCommand(string ConnectionStr) { ExecCommand = new AP_Interface_Log_Command(ConnectionStr, this); }
public AP_Interface_Log(string ConnectionStr, Int32 TranID_Value) { ExecCommand = new AP_Interface_Log_Command(ConnectionStr, this); ExecCommand.Load(TranID_Value); }
public AP_Interface_Log() { ExecCommand = new AP_Interface_Log_Command(this); }