IArticuloJSon.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 namespace sage.ew.interficies
7 {
11  public interface IArticuloJSon
12  {
16  string Articulo { set; get; }
17 
21  string ReferenciaProveedor { set; get; }
22 
26  string Descripcion { set; get; }
27 
31  decimal Unidades { set; get; }
32 
36  decimal Cajas { set; get; }
37 
41  decimal Peso { set; get; }
42 
46  string NumLote { set; get; }
47 
51  string Caducidad { set; get; }
52 
56  string Serie { set; get; }
57 
61  string Talla { set; get; }
62 
66  string Color { set; get; }
67 
68  }
69 }
Classe para los artículos Json