Good afternoon,
I try to fill a list with the following structure:
MAIN LIST- >
[DataContract]
public class Movimientos
{
public string _id, _IdMovimiento, _Hechopor, _Nombre, _Nodoc;
[DataMember]
public List<MovimientoDet>...
asked by
26.07.2017 / 22:01