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