Esempio n. 1
0
 public GetMarkersController(IGetMarkersService service)
 {
     _service = service;
 }