Beispiel #1
0
 public MigrationController(IForestPlotService forestPlotService)
 {
     _forestPlotService = forestPlotService;
 }
Beispiel #2
0
 public ForestPlotController(IForestPlotService forestPlotService)
 {
     _forestPlotService = forestPlotService;
 }