Ejemplo n.º 1
0
 public SettingViewModel(ILeanCloudWallpaperServiceWithCache leanCloudWallpaperServiceWithCache, IBingoWallpaperSettings settings, IBingoShareService bingoShareService, IAppToastService appToastService, IImageLoader imageLoader)
 {
     _leanCloudWallpaperServiceWithCache = leanCloudWallpaperServiceWithCache;
     _settings          = settings;
     _bingoShareService = bingoShareService;
     _appToastService   = appToastService;
     _imageLoader       = imageLoader;
 }
Ejemplo n.º 2
0
 public DetailViewModel(IWallpaperService wallpaperService, IBingoWallpaperSettings settings, ISystemSettingService systemSettingService, IBingoFileService bingoFileService, IImageLoader imageLoader, IAppToastService appToastService, IBingoShareService bingoShareService)
 {
     _wallpaperService     = wallpaperService;
     _settings             = settings;
     _systemSettingService = systemSettingService;
     _bingoFileService     = bingoFileService;
     _imageLoader          = imageLoader;
     _appToastService      = appToastService;
     _bingoShareService    = bingoShareService;
 }