public PlantPlanController(ICodeMaxService codeMaxService, IPlansBatchService plansBatchService,
                            ILandBlockService landBlockService, ISeedBaseService seedBaseService)
 {
     _codeMaxService    = codeMaxService;
     _plansBatchService = plansBatchService;
     _landBlockService  = landBlockService;
     _seedBaseService   = seedBaseService;
 }
Exemplo n.º 2
0
 public LandBlockController(ILandBlockService landBlock, ILandBaseService landBase)
 {
     _landBlock = landBlock;
     _landBase  = landBase;
 }