Пример #1
0
 /// <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();
     }
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AccountController"/> class.
 /// AccountController.
 /// </summary>
 public AccountController()
 {
     this.commonBL     = new CommonBL();
     this.memberDataBL = new MemberDataBL();
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ActiveDirectoryController"/> class.
 /// AccountController.
 /// </summary>
 public ActiveDirectoryController()
 {
     this.commonBL     = new CommonBL();
     this.memberDataBL = new MemberDataBL();
 }