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