Exemplo n.º 1
0
 public IEnumerable <ComplainPositionDto> QueryPositionDtos(DateTime begin, DateTime end)
 {
     return
         (_repository.GetAllList(begin, end).Where(x => x.TownId == 0).MapTo <IEnumerable <ComplainPositionDto> >());
 }