public TopEstateAgentsViewModel()
 {
     topEstateAgentsService = new TopEstateAgentsService();
     GetTopTenCommand       = new DelegateCommand(GetTopTenCommandAction);
     TopTenEstateAgents     = new ObservableCollection <string>();
     HasGarden = true;
 }
Exemplo n.º 2
0
 public void Setup()
 {
     topEstateAgentsService = new TopEstateAgentsService();
 }