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