public UnitOfWork(SiteContext context) { _context = context; PersonInfoRepository = new PersonInfoRepository(_context); }
public PersonInfoRepository(SiteContext context) : base(context) { }