Example #1
0
 public SaveNewProductResponseBody(PuntoVenta.ServiceReference1.Producto SaveNewProductResult)
 {
     this.SaveNewProductResult = SaveNewProductResult;
 }
Example #2
0
 public GetProductByIdResponseBody(PuntoVenta.ServiceReference1.Producto GetProductByIdResult)
 {
     this.GetProductByIdResult = GetProductByIdResult;
 }