Ejemplo n.º 1
0
 public userrightsmanagement()
 {
     this.rightManager     = new RightManager();
     this.uspUserRightsDao = new UspUpdateUserHasRightsDao();
     this.usersDao         = new UsersDao();
     logger.Info("Construct method done.");
 }
Ejemplo n.º 2
0
 public UserRightManager() : base()
 {
     this.rightManager     = new RightManager();
     this.uspUserRightsDao = new UspUpdateUserHasRightsDao();
     this.usersDao         = new UsersDao();
     logger.Info("Constructor method.");
 }