Beispiel #1
0
 public void ExecuteSaveFeedCommand(object parameter)
 {
     FeedRepository.AddFeed(currentFeed);
     Apdate();
 }