C# 클래스 EasyBike.ViewModels.ContractsViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: ThePublicBikeGang/EasyBike

공개 메소드들

메소드 설명
AddOrRemoveContract ( Contract contract ) : Task
ContractsViewModel ( ) : GalaSoft.MvvmLight
GetCountries ( ) : Task>

비공개 메소드들

메소드 설명
ContractsViewModel ( IConfigService configService, INotificationService notificationService, IDialogService dialogService, IContractService contractsService, INavigationService navigationService ) : GalaSoft.MvvmLight

메소드 상세

AddOrRemoveContract() 공개 메소드

public AddOrRemoveContract ( Contract contract ) : Task
contract Contract
리턴 Task

ContractsViewModel() 공개 메소드

public ContractsViewModel ( ) : GalaSoft.MvvmLight
리턴 GalaSoft.MvvmLight

GetCountries() 공개 메소드

public GetCountries ( ) : Task>
리턴 Task>