Example #1
0
 public IEnumerable <LineDTO> GetAllWithoutReturnLines()
 {
     return(Mapper.Map <IEnumerable <Line>, IEnumerable <LineDTO> >
                (_lineRepository.GetAllWithoutReturnLines()));
 }