Пример #1
0
 public HomeController(IDroneNavigationService _droneNavigationService)
 {
     droneNavigationService = _droneNavigationService;
 }