示例#1
0
 public List <ProductDTO> getProducts()
 {
     return(mapper.getDTOs(productDataAccessProvider.GetProducts(x => true, true)));
 }