Beispiel #1
0
 public GenericRepository(QLXeKhachContext context)
 {
     _context = context;
 }
 public GenericUnitOfWork()
 {
     _context = new QLXeKhachContext();
 }