예제 #1
0
 public UserRepository(ZPNContext context) : base(context)
 {
 }
예제 #2
0
 public UnitOfWork(ZPNContext context)
 {
     _context = context;
     Users    = new UserRepository(_context);
 }