コード例 #1
0
ファイル: UserMgr.cs プロジェクト: Novthirteen/yfkey-scms
 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;
 }
コード例 #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;
 }