Exemplo n.º 1
0
 public UploadCommand(MemeryClient client)
 {
     _client = client;
 }
Exemplo n.º 2
0
 public AddRemoteImageCommand(MemeryClient client)
 {
     _client = client;
 }
Exemplo n.º 3
0
 public ListCommand(MemeryClient client)
 {
     _client = client;
 }