public PerformanceCalculator(string team) { this.Plans = DIH.Plan.Get(); this.PlanMetrics = PlanMetric.Get(); this.Goals = Goal.Get().FindAll(x => x.Team == team); this.GoalMetrics = GoalMetric.Get(); }
public PerformanceCalculator() { this.Plans = DIH.Plan.Get(); this.PlanMetrics = PlanMetric.Get(); this.Goals = Goal.Get(); this.GoalMetrics = GoalMetric.Get(); }