Exemplo n.º 1
0
        public IEnumerable <OpportunitePivot> GetALL()
        {
            IEnumerable <GES_Opportunite>  opportunite       = opportuniteRepository.GetALL().ToList();
            IEnumerable <OpportunitePivot> opportunitePivots = Mapper.Map <IEnumerable <GES_Opportunite>, IEnumerable <OpportunitePivot> >(opportunite);

            return(opportunitePivots);
        }