Beispiel #1
0
 public ActionResult ImportAll()
 {
     client.ImportAllFavorites();
     return(View());
 }