public ClienteRepository(LojaDataContext context) { _context = context; }
public TelefoneRepository(LojaDataContext context) { _context = context; }