public TaiKhoanStore(NhaHangTCDbContext context) : base(context) { }
public NhaHangTCDbContext Init() { return(dbContext ?? (dbContext = new NhaHangTCDbContext())); }