public eMensagem Excluir(eInteresse item) { throw new NotImplementedException(); }
public List <eInteresse> Consultar(eInteresse item = null) { throw new NotImplementedException(); }
public eMensagem Registrar(eInteresse item) { throw new NotImplementedException(); }