C# Class EasyBike.ViewModels.FavoritesViewModel

Inheritance: ViewModelBase
Mostra file Open project: ThePublicBikeGang/EasyBike

Public Methods

Method Description
AddFavorite ( Favorite favorite ) : void
FavoritesViewModel ( IFavoritesService favoritesService, IDialogService dialogService, INavigationService navigationService ) : GalaSoft.MvvmLight
Init ( ) : void

Method Details

AddFavorite() public method

public AddFavorite ( Favorite favorite ) : void
favorite EasyBike.Models.Favorites.Favorite
return void

FavoritesViewModel() public method

public FavoritesViewModel ( IFavoritesService favoritesService, IDialogService dialogService, INavigationService navigationService ) : GalaSoft.MvvmLight
favoritesService IFavoritesService
dialogService IDialogService
navigationService INavigationService
return GalaSoft.MvvmLight

Init() public method

public Init ( ) : void
return void