C# Class Unigram.ViewModels.DialogPinnedViewModel

Inheritance: Unigram.ViewModels.DialogViewModel
Mostrar archivo Open project: UnigramDev/Unigram

Public Methods

Method Description
DialogPinnedViewModel ( IProtoService protoService, ICacheService cacheService, ISettingsService settingsService, IEventAggregator aggregator, ILocationService locationService, INotificationsService pushService, IPlaybackService playbackService, IVoipService voipService, IGroupCallService groupCallService, INetworkService networkService, IStorageService storageService, ITranslateService translateService, IMessageFactory messageFactory ) : Unigram.Services

Method Details

DialogPinnedViewModel() public method

public DialogPinnedViewModel ( IProtoService protoService, ICacheService cacheService, ISettingsService settingsService, IEventAggregator aggregator, ILocationService locationService, INotificationsService pushService, IPlaybackService playbackService, IVoipService voipService, IGroupCallService groupCallService, INetworkService networkService, IStorageService storageService, ITranslateService translateService, IMessageFactory messageFactory ) : Unigram.Services
protoService IProtoService
cacheService ICacheService
settingsService ISettingsService
aggregator IEventAggregator
locationService ILocationService
pushService INotificationsService
playbackService IPlaybackService
voipService IVoipService
groupCallService IGroupCallService
networkService INetworkService
storageService IStorageService
translateService ITranslateService
messageFactory IMessageFactory
return Unigram.Services