public CompraRepository(ConextDB context) { this.context = context; }
public UsuarioRepository(ConextDB context) { this.context = context; }
public PessoaRepository(ConextDB context) { this.context = context; }