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