Beispiel #1
0
 public ArticuloDto()
 {
     Stock        = new ArticuloStockDto();
     Facturacion  = new ArticuloFacturacionDto();
     Segmentacion = new ArticuloSegmentacionDto();
     Negocio      = new SegmentacionNegocioDto();
 }
Beispiel #2
0
 public OrdenCabeceraDto()
 {
     Cliente  = new ClienteDto();
     Contacto = new ContactoDto();
     Negocio  = new SegmentacionNegocioDto();
     Detalles = new List <OrdenDetalleDto>();
 }
Beispiel #3
0
 public ClienteDto()
 {
     Ente         = new EnteDto();
     Facturacion  = new ClienteFacturacionDto();
     Segmentacion = new ClienteSegmentacionDto();
     Negocio      = new SegmentacionNegocioDto();
 }
Beispiel #4
0
 public UsuarioDto()
 {
     Rol     = new RolDto();
     Negocio = new SegmentacionNegocioDto();
 }
Beispiel #5
0
 public ProveedorDto()
 {
     Ente        = new EnteDto();
     Facturacion = new ProveedorFacturacionDto();
     Negocio     = new SegmentacionNegocioDto();
 }