Esempio n. 1
0
 public RecommendationService(IWeatherService weatherService, ILoadJsonService loadJsonService
                              , IUserFavorService userFavorService, ILogService logService, IFoodFavorService foodFavorService)
 {
     _weatherService   = weatherService;
     _loadJsonService  = loadJsonService;
     _userFavorService = userFavorService;
     _logService       = logService;
     _foodFavorService = foodFavorService;
 }
Esempio n. 2
0
 public MenuPage3ViewModel(ILoadJsonService loadJsonService)
 {
     _loadJsonService = loadJsonService;
 }
Esempio n. 3
0
 public RecommendationService(IWeatherService weatherService, ILoadJsonService loadJsonService)
 {
     _weatherService  = weatherService;
     _loadJsonService = loadJsonService;
 }