public IEnumerable <Evento> CarregarPorFuncionarios(long idFuncionario) { if (idFuncionario <= 0) { throw new IdentifierUndefinedException(); } return(_eventoRepositorio.CarregarPorFuncionario(idFuncionario)); }