Exemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 public GoalSearchController()
 {
     bll     = new PerfGoalBLL();
     yearBll = new YearSettingBLL();
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public GoalSettingController()
 {
     bll = new PerfGoalBLL();
 }