Exemplo n.º 1
0
 public ProceedOrderBAL()
 {
     this.cartBal    = new CartBAL();
     this.accountBal = new AccountBAL();
     this.orderBal   = new OrderBAL();
     this.bookBal    = new BookBAL();
 }
Exemplo n.º 2
0
 public DashboardBAL()
 {
     bookBal          = new BookBAL();
     this.categoryBal = new CategoryBAL();
     this.accountBal  = new AccountBAL();
     publisherBal     = new PublisherBAL();
     this.UserBal     = new UserBAL();
 }
Exemplo n.º 3
0
 public AdminBAL()
 {
     accountBal   = new AccountBAL();
     orderBal     = new OrderBAL();
     bookBal      = new BookBAL();
     authorBal    = new AuthorBAL();
     crudBookBal  = new CRUDBookBAL();
     categoryBal  = new CategoryBAL();
     formBookBal  = new FormBookBAL();
     supplierBal  = new SupplierBAL();
     publisherBal = new PublisherBAL();
 }
Exemplo n.º 4
0
        public Crawler()
        {
            this.htmlWeb = new HtmlWeb()
            {
                AutoDetectEncoding = false,
                OverrideEncoding   = Encoding.UTF8
            };

            bookBal      = new BookBAL();
            categoryBal  = new CategoryBAL();
            imageBookBal = new ImageBookBAL();
            publisherBal = new PublisherBAL();
        }
Exemplo n.º 5
0
 public PBook()
 {
     bookBal = new BookBAL();
 }
Exemplo n.º 6
0
 public CRUDBookBAL()
 {
     bookBal   = new BookBAL();
     authorBal = new AuthorBAL();
 }
Exemplo n.º 7
0
 public BookInfoBAL()
 {
     this.bookBal     = new BookBAL();
     this.cartBal     = new CartBAL();
     this.categoryBal = new CategoryBAL();
 }
Exemplo n.º 8
0
 public ListBookBAL()
 {
     categoryBal  = new CategoryBAL();
     publisherBal = new PublisherBAL();
     bookBal      = new BookBAL();
 }