//public void BaseDAO() { // _context = new JeymerContext(); //} public void BaseDAO(JeymerContext context) { _context = context; }
public DAOrequest(JeymerContext context) { _context = context; }