示例#1
0
 public ClothingRecommendationService(
     IWeatherForecastService weatherForecastService,
     IClothingRuleRepository clothingRuleRepository)
 {
     _clothingRuleRepository = clothingRuleRepository;
     _weatherForecastService = weatherForecastService;
 }