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