예제 #1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new AP_Master_Item_Command(ConnectionStr, this);
 }
예제 #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);
 }
예제 #3
0
 public AP_Master_Item()
 {
     ExecCommand = new AP_Master_Item_Command(this);
 }