public void InitCommand(string ConnectionStr) { ExecCommand = new AP_Master_Item_Unit_Command(ConnectionStr, this); }
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); }
public AP_Master_Item_Unit() { ExecCommand = new AP_Master_Item_Unit_Command(this); }