Exemplo n.º 1
0
 public OrderSlip GenerateOrder(IList <ProductDTO> list)
 {
     return(productFacade.GenerateOrder(list));
 }