public TaskManager(UserInfo userInfo, Config config, AppCache appCache)
 {
     this.userInfo  = userInfo;
     this.config    = config;
     this.depConfig = config.departmentConfig;
     this.appCache  = appCache;
 }
Exemple #2
0
        public object Clone()
        {
            DepartmentConfig config = (DepartmentConfig)this.MemberwiseClone();

            return(config);
        }