Пример #1
0
 public async Task <bool> RemovePlanet(int id)
 {
     return(await _service.RemovePlanet(id));
 }