Exemplo n.º 1
0
 public UnitOfWork(SiteContext context)
 {
     _context             = context;
     PersonInfoRepository = new PersonInfoRepository(_context);
 }
Exemplo n.º 2
0
 public PersonInfoRepository(SiteContext context) : base(context)
 {
 }