示例#1
0
 public Planet Get(string name)
 {
     return(service.GetByName(name));
 }