예제 #1
0
파일: AuditBLL.cs 프로젝트: jjg0519/OA
        /// <summary>
        /// 注册
        /// </summary>
        /// <param name="context">注册上下文</param>
        public override void RegisterBLL(BLLRegistrationContext context)
        {
            base.RegisterBLL(context);
            context.MapBLL(typeof(AuditEntity), typeof(AuditBLL));
            //context.MapBLL(typeof(T_HR_EMPLOYEEOVERTIMERECORD), typeof(EmployeeVacationOT_AuditBLL));//综合结转

            BaseBLL.Saved += new EventHandler <BLLEventArgs>(BaseBLL_Saved);
        }
예제 #2
0
파일: AuditBLL.cs 프로젝트: JuRogn/OA
        /// <summary>
        /// 注册
        /// </summary>
        /// <param name="context">注册上下文</param>
        public override void RegisterBLL(BLLRegistrationContext context)
        {
            base.RegisterBLL(context);
            context.MapBLL(typeof(AuditEntity), typeof(AuditBLL));
            //context.MapBLL(typeof(T_HR_EMPLOYEEOVERTIMERECORD), typeof(EmployeeVacationOT_AuditBLL));//综合结转

            BaseBLL.Saved += new EventHandler<BLLEventArgs>(BaseBLL_Saved);
        }