public PlantPlanController(ICodeMaxService codeMaxService, IPlansBatchService plansBatchService,
                            ILandBlockService landBlockService, ISeedBaseService seedBaseService)
 {
     _codeMaxService    = codeMaxService;
     _plansBatchService = plansBatchService;
     _landBlockService  = landBlockService;
     _seedBaseService   = seedBaseService;
 }
Beispiel #2
0
 public PlantSeedController(ISeedBaseService seedBaseService, ICodeMaxService codeMaxService)
 {
     _seedBaseService = seedBaseService;
     _codeMaxService  = codeMaxService;
 }