/// <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); }
/// <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); }