public int GetQtdLocationActivePerMonth(int mes, int ano) { return(_locacaoRepository.GetQtdLocationActivePerMonth(mes, ano)); }