public UnitOfWork(HscDbContext context) { _context = context; }
public BaseRepository(HscDbContext context) { _context = context; }