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