示例#1
0
 public IQueryable <EntidadeDTO> AsNoTraking()
 {
     return(iMapper.Map <IQueryable <EntidadeDTO> >(service.AsNoTraking()));
 }