C# Class myProducts.Xamarin.ViewModels.BackgroundNavigationPageViewModel

Inheritance: IBackgroundNavigationPageViewModel
ファイルを表示 Open project: ChristianWeyer/myProducts-End-to-End

Public Methods

Method Description
BackgroundNavigationPageViewModel ( ITokenManager tokenManager ) : myProducts.Xamarin.Contracts.Services
LogOut ( ) : void

Method Details

BackgroundNavigationPageViewModel() public method

public BackgroundNavigationPageViewModel ( ITokenManager tokenManager ) : myProducts.Xamarin.Contracts.Services
tokenManager ITokenManager
return myProducts.Xamarin.Contracts.Services

LogOut() public method

public LogOut ( ) : void
return void