Beispiel #1
0
 private void Init()
 {
     this.Usuario     = string.Empty;
     this.Clave       = string.Empty;
     this.Perfil      = string.Empty;
     this.RutEmpresa  = string.Empty;
     this.RazonSocial = string.Empty;
     this.RutPersona  = string.Empty;
     this.Nombre      = string.Empty;
     this.Apellido    = string.Empty;
     this.Retorno     = new Comunicacion();
 }
Beispiel #2
0
 private void Init()
 {
     this.Lista   = new List <Habitacion>();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Item    = new ServicioComida();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Item    = new FacturaCompraCompleta();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Item    = new Alojamiento();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Lista   = new List <FacturaCompraCompleta>();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Lista   = new List <Usuario>();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Item = new Producto();
     this.Retorno = new Comunicacion();
 }
Beispiel #9
0
 private void Init()
 {
     this.Item    = new RegistroRecepcionPedido();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Item    = new PerfilUsuarioProveedor();
     this.Retorno = new Comunicacion();
 }
Beispiel #11
0
 private void Init()
 {
     this.Lista   = new List <OrdenPedidoCompleta>();
     this.Retorno = new Comunicacion();
 }
Beispiel #12
0
 private void Init()
 {
     this.Lista   = new List <ServicioComida>();
     this.Retorno = new Comunicacion();
 }
Beispiel #13
0
 private void Init()
 {
     this.Lista   = new List <Ciudad>();
     this.Retorno = new Comunicacion();
 }
Beispiel #14
0
 private void Init()
 {
     this.Item    = new PerfilUsuarioEmpleado();
     this.Retorno = new Comunicacion();
 }
Beispiel #15
0
 private void Init()
 {
     this.Item    = new PerfilUsuarioCliente();
     this.Retorno = new Comunicacion();
 }
Beispiel #16
0
 private void Init()
 {
     this.Item    = new Habitacion();
     this.Retorno = new Comunicacion();
 }
Beispiel #17
0
 private void Init()
 {
     this.Item    = new OrdenPedidoCompleta();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Lista   = new List <PerfilUsuarioEmpleado>();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Lista   = new List <Producto>();
     this.Retorno = new Comunicacion();
 }
Beispiel #20
0
 private void Init()
 {
     this.Item    = new OrdenCompraDetalle();
     this.Retorno = new Comunicacion();
 }
Beispiel #21
0
 private void Init()
 {
     this.Lista   = new List <PerfilUsuarioCliente>();
     this.Retorno = new Comunicacion();
 }
Beispiel #22
0
 private void Init()
 {
     this.Lista   = new List <PerfilUsuarioProveedor>();
     this.Retorno = new Comunicacion();
 }
Beispiel #23
0
 private void Init()
 {
     this.Item    = new Usuario();
     this.Retorno = new Comunicacion();
 }
 private void Init()
 {
     this.Item    = new PerfilUsuarioAdministrador();
     this.Retorno = new Comunicacion();
 }