Ejemplo n.º 1
0
 public SachController()
 {
     _context = new WebDbContext();
     _bookService = new BookService(_context);
     _nhaXuatBanService = new NhaXuatBanService(_context);
     _tacGiaService = new TacGiaService(_context);
     _bookCategoriesService = new BookCategoriesService(_context);
 }
Ejemplo n.º 2
0
 public DanhMucController()
 {
     _context             = new WebDbContext();
     _bookCategoryService = new BookCategoriesService(_context);
 }
Ejemplo n.º 3
0
 public BookController()
 {
     _context               = new WebDbContext();
     _bookeService          = new BookService(_context);
     _bookCategoriesService = new BookCategoriesService(_context);
 }