/// <summary> /// Initializes a new instance of the <see cref="UserController"/> class. /// UserController /// </summary> public UserController() { if (this.memberDataBL == null) { this.memberDataBL = new MemberDataBL(); this.commonBL = new CommonBL(); this.masterBL = new MasterDataBL(); } }
/// <summary> /// Initializes a new instance of the <see cref="AccountController"/> class. /// AccountController. /// </summary> public AccountController() { this.commonBL = new CommonBL(); this.memberDataBL = new MemberDataBL(); }
/// <summary> /// Initializes a new instance of the <see cref="ActiveDirectoryController"/> class. /// AccountController. /// </summary> public ActiveDirectoryController() { this.commonBL = new CommonBL(); this.memberDataBL = new MemberDataBL(); }