public CategoryRepository(TYHDbContext context) : base(context) { _context = context; }
public UnitOfWork(TYHDbContext context) { _context = context; }
public Repository(TYHDbContext context) { _context = context; }