Exemplo n.º 1
0
 public HomeController(HttpClients.LocationService locationService)
 {
 }
Exemplo n.º 2
0
 public LocationController(HttpClients.LocationService locationService)
 {
     _locationService = locationService;
 }