Exemplo n.º 1
0
 public MigrationController(IForestPlotService forestPlotService)
 {
     _forestPlotService = forestPlotService;
 }
Exemplo n.º 2
0
 public ForestPlotController(IForestPlotService forestPlotService)
 {
     _forestPlotService = forestPlotService;
 }