Ejemplo n.º 1
0
 public FavouritesPresenter(INavigationService navigationService, PropertyFinderPersistentState state)
 {
     _state             = state;
     _navigationService = navigationService;
 }
Ejemplo n.º 2
0
 public PropertyPresenter(PropertyFinderPersistentState state, Property property)
 {
     _state    = state;
     _property = property;
 }