public GoalStrandsExportController(IGoalStrandService service) { _service = service; }
public GoalStrandTableController(IGoalStrandService service) { this.service = service; }