public PlantPlanController(ICodeMaxService codeMaxService, IPlansBatchService plansBatchService,
                            ILandBlockService landBlockService, ISeedBaseService seedBaseService)
 {
     _codeMaxService    = codeMaxService;
     _plansBatchService = plansBatchService;
     _landBlockService  = landBlockService;
     _seedBaseService   = seedBaseService;
 }
 public PlantDrugController(IPlansDrugService plansDrugService, IPlansBatchService plansBatchService)
 {
     _plansDrugService  = plansDrugService;
     _plansBatchService = plansBatchService;
 }
 public PlantFertController(IPlansFertService plansFertService, IPlansBatchService plansBatchService)
 {
     _plansFertService  = plansFertService;
     _plansBatchService = plansBatchService;
 }