C# Class Queue.Terminal.ViewModels.SelectServicePageViewModel

Inheritance: PageViewModel
显示文件 Open project: breslavsky/queue

Private Properties

Property Type Description
ApplyConfig void

Public Methods

Method Description
SelectServicePageViewModel ( ) : Junte.Translation
SetSelectedService ( Service service ) : void

Private Methods

Method Description
ApplyConfig ( ) : void

Method Details

SelectServicePageViewModel() public method

public SelectServicePageViewModel ( ) : Junte.Translation
return Junte.Translation

SetSelectedService() public method

public SetSelectedService ( Service service ) : void
service Queue.Services.DTO.Service
return void