Beispiel #1
0
 public UserMgr(IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr)
     : base(entityDao)
 {
     this.userPermissionMgr = userPermissionMgr;
     this.userRoleMgr = userRoleMgr;
     this.rolePermissionMgr = rolePermissionMgr;
     this.hqlMgr = hqlMgr;
 }
Beispiel #2
0
 public UserMgr(IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr)
     : base(entityDao)
 {
     this.userPermissionMgr = userPermissionMgr;
     this.userRoleMgr       = userRoleMgr;
     this.rolePermissionMgr = rolePermissionMgr;
     this.hqlMgr            = hqlMgr;
 }