示例#1
0
 // GET api/Planet/
 public IEnumerable <Planet> Get()
 {
     return(service.Execute());
 }