public FarmAndFarmSamplingsController(IVEACoreContext context)
 {
     _context = context;
 }
예제 #2
0
 public IndicatorSpecificitiesController(IVEACoreContext context)
 {
     _context = context;
 }
예제 #3
0
 public FarmsController(IVEACoreContext context)
 {
     _context = context;
 }
예제 #4
0
 public IndicatorsController(IVEACoreContext context)
 {
     _context = context;
 }
예제 #5
0
 public ServiceListController(IVEACoreContext context)
 {
     _context = context;
 }