Ejemplo n.º 1
0
 async void ExecuteCommand(string name)
 {
     var result = await _contacts.CancelRequest(name);
 }