Exemple #1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public PerfSchemeSettingController()
 {
     bll         = new PerfSchemeSettingBLL();
     appraisebll = new AppraiseSeetingBLL();
     dicbll      = new DictionaryBLL();
     sysbll      = new SystemBLL();
     yearBll     = new YearSettingBLL();
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 public AppraiseSeetingController()
 {
     bll    = new AppraiseSeetingBLL();
     dicbll = new DictionaryBLL();
 }