public RecommendationService(IWeatherService weatherService, ILoadJsonService loadJsonService , IUserFavorService userFavorService, ILogService logService, IFoodFavorService foodFavorService) { _weatherService = weatherService; _loadJsonService = loadJsonService; _userFavorService = userFavorService; _logService = logService; _foodFavorService = foodFavorService; }
public MenuPage3ViewModel(ILoadJsonService loadJsonService) { _loadJsonService = loadJsonService; }
public RecommendationService(IWeatherService weatherService, ILoadJsonService loadJsonService) { _weatherService = weatherService; _loadJsonService = loadJsonService; }