public IEnumerable <ItemModel> GetComboItem(int distritoId, int baseId, [FromUri] int[] deptoId) { return(EntityDao.GetCentrosDeCostosPermitidosPorUsuario(new[] { distritoId }, new[] { baseId }, deptoId).Select(c => Mapper.ToItem(c)).ToList()); }