示例#1
0
 public IEnumerable <Weather> Get()
 {
     return(_service.GetAllWeather());
 }