コード例 #1
0
 public bool CreateClimate(WeatherClimate item)
 {
     return(_genRepo.CreateClimate(item));
 }