Exemplo n.º 1
0
 public List <ProductDTO> GetList() => _productsContext.GetList().
 Select(obj => ConvertToProductDTO(obj)).ToList();