Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ThePlace_InfoViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="thePlaceDataSource">The The Place Data Source.</param>
 /// <param name="photosCollection">The Photos Collection.</param>
 /// <param name="diaryCollection">The Diary Collection.</param>
 /// <param name="fellowsCollection">The Fellows Collection.</param>
 /// <param name="theNextOneCollection">The The Next One Collection.</param>
 public ThePlace_InfoViewModel(IDialogService dialogService, INavigationService navigationService, ILockScreenService lockScreenService, IThePlaceDataSource thePlaceDataSource, IphotosCollection photosCollection, IdiaryCollection diaryCollection, IfellowsCollection fellowsCollection, ITheNextOneCollection theNextOneCollection)
 {
     _dialogService        = dialogService;
     _navigationService    = navigationService;
     _lockScreenService    = lockScreenService;
     _thePlaceDataSource   = thePlaceDataSource;
     _photosCollection     = photosCollection;
     _diaryCollection      = diaryCollection;
     _fellowsCollection    = fellowsCollection;
     _theNextOneCollection = theNextOneCollection;
 }
Esempio n. 2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="ThePlace_InfoViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="thePlaceDataSource">The The Place Data Source.</param>
        /// <param name="photosCollection">The Photos Collection.</param>
        /// <param name="diaryCollection">The Diary Collection.</param>
        /// <param name="fellowsCollection">The Fellows Collection.</param>
        /// <param name="theNextOneCollection">The The Next One Collection.</param>
        public ThePlace_InfoViewModel(IDialogService dialogService, INavigationService navigationService, ILockScreenService lockScreenService, IThePlaceDataSource thePlaceDataSource, IphotosCollection photosCollection, IdiaryCollection diaryCollection, IfellowsCollection fellowsCollection, ITheNextOneCollection theNextOneCollection)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_lockScreenService = lockScreenService;
			_thePlaceDataSource = thePlaceDataSource;
			_photosCollection = photosCollection;
			_diaryCollection = diaryCollection;
			_fellowsCollection = fellowsCollection;
			_theNextOneCollection = theNextOneCollection;
        }