Exemple #1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new AP_Master_Item_Unit_Command(ConnectionStr, this);
 }
Exemple #2
0
 public AP_Master_Item_Unit(string ConnectionStr, Int32 ItemId_Value, String UnitCode_Value)
 {
     ExecCommand = new AP_Master_Item_Unit_Command(ConnectionStr, this);
     ExecCommand.Load(ItemId_Value, UnitCode_Value);
 }
Exemple #3
0
 public AP_Master_Item_Unit()
 {
     ExecCommand = new AP_Master_Item_Unit_Command(this);
 }