예제 #1
0
 public CmdRegister(CmdInputStruct input)
 {
     cmdInput = input;
 }
예제 #2
0
 public CmdGetCategory(CmdInputStruct input)
 {
     cmdInput = input;
 }
예제 #3
0
 public CmdDefault(CmdInputStruct input)
 {
 }
예제 #4
0
 public CmdCreateListing(CmdInputStruct input)
 {
     cmdInput = input;
 }
예제 #5
0
 public CmdDeleteListing(CmdInputStruct input)
 {
     cmdInput = input;
 }
예제 #6
0
 public CmdGetListing(CmdInputStruct input)
 {
     cmdInput = input;
 }