Ejemplo n.º 1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new AP_Master_Item_Command(ConnectionStr, this);
 }
Ejemplo n.º 2
0
 public AP_Master_Item(string ConnectionStr, String Code_Value, String CompanyId_Value)
 {
     ExecCommand = new AP_Master_Item_Command(ConnectionStr, this);
     ExecCommand.Load(Code_Value, CompanyId_Value);
 }
Ejemplo n.º 3
0
 public AP_Master_Item()
 {
     ExecCommand = new AP_Master_Item_Command(this);
 }