Ejemplo n.º 1
0
 public ObservationController(ObservationDbContext _dbContext)
 {
     dbContext = _dbContext;
 }