示例#1
0
 private SellingPriceFullGroup ToSellingPriceFullGroup(CalculatedFullGroupDTO dto)
 {
     return(new SellingPriceFullGroup(dto.CalculatedCartItems.Select(ToSellingPriceCartItem), dto.ReducePrice, dto.MultiProductsPromotionId));
 }
 public SellingPriceFullGroup ToSellingPriceFullGroup(CalculatedFullGroupDTO dto)
 {
     return(new SellingPriceFullGroup(dto.CalculatedCartItems.Select(ToSellingPriceCartItem), dto.ReducePrice));
 }