Exemple #1
0
 public UnitOfWork(DbBanHang _context, ISanPham SanPhams, ITheLoaiSP TheLoais, INhaSanXuat NSX)
 {
     this._context = _context;
     this.SanPhams = SanPhams;
     this.TheLoais = TheLoais;
     this.NSX      = NSX;
 }
Exemple #2
0
 public TheLoai(DbBanHang context) : base(context)
 {
 }
Exemple #3
0
 public TheLoaiSPRepository(DbBanHang context) : base(context)
 {
 }
 public GenericRepository(DbBanHang context)
 {
     _context = context;
 }
 public SanPhamRepository(DbBanHang context) : base(context)
 {
 }
Exemple #6
0
 public NhaSanXuatRepository(DbBanHang context) : base(context)
 {
 }