예제 #1
0
 private CartModel getCartModel(Cart model)
  {
      return CartBuilder.Build(model);
  }