Example #1
0
 public NhanVienBusiness()
 {
     _dbContext         = new SMSEntities();
     _chucVuRepo        = new ChucVuRepository(_dbContext);
     _nhanVienRepo      = new NhanVienRepository(_dbContext);
     _nhanVienQuyenRepo = new NhanVien_QuyenRepository(_dbContext);
 }