Exemplo n.º 1
0
 public CmdRegister(CmdInputStruct input)
 {
     cmdInput = input;
 }
Exemplo n.º 2
0
 public CmdGetCategory(CmdInputStruct input)
 {
     cmdInput = input;
 }
Exemplo n.º 3
0
 public CmdDefault(CmdInputStruct input)
 {
 }
Exemplo n.º 4
0
 public CmdCreateListing(CmdInputStruct input)
 {
     cmdInput = input;
 }
Exemplo n.º 5
0
 public CmdDeleteListing(CmdInputStruct input)
 {
     cmdInput = input;
 }
Exemplo n.º 6
0
 public CmdGetListing(CmdInputStruct input)
 {
     cmdInput = input;
 }