コード例 #1
0
ファイル: Sesion.cs プロジェクト: gustchavez/WSSOAPEF5Local
 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();
 }
コード例 #2
0
 private void Init()
 {
     this.Lista   = new List <Habitacion>();
     this.Retorno = new Comunicacion();
 }
コード例 #3
0
 private void Init()
 {
     this.Item    = new ServicioComida();
     this.Retorno = new Comunicacion();
 }
コード例 #4
0
 private void Init()
 {
     this.Item    = new FacturaCompraCompleta();
     this.Retorno = new Comunicacion();
 }
コード例 #5
0
 private void Init()
 {
     this.Item    = new Alojamiento();
     this.Retorno = new Comunicacion();
 }
コード例 #6
0
 private void Init()
 {
     this.Lista   = new List <FacturaCompraCompleta>();
     this.Retorno = new Comunicacion();
 }
コード例 #7
0
 private void Init()
 {
     this.Lista   = new List <Usuario>();
     this.Retorno = new Comunicacion();
 }
コード例 #8
0
 private void Init()
 {
     this.Item = new Producto();
     this.Retorno = new Comunicacion();
 }
コード例 #9
0
 private void Init()
 {
     this.Item    = new RegistroRecepcionPedido();
     this.Retorno = new Comunicacion();
 }
コード例 #10
0
 private void Init()
 {
     this.Item    = new PerfilUsuarioProveedor();
     this.Retorno = new Comunicacion();
 }
コード例 #11
0
 private void Init()
 {
     this.Lista   = new List <OrdenPedidoCompleta>();
     this.Retorno = new Comunicacion();
 }
コード例 #12
0
 private void Init()
 {
     this.Lista   = new List <ServicioComida>();
     this.Retorno = new Comunicacion();
 }
コード例 #13
0
 private void Init()
 {
     this.Lista   = new List <Ciudad>();
     this.Retorno = new Comunicacion();
 }
コード例 #14
0
 private void Init()
 {
     this.Item    = new PerfilUsuarioEmpleado();
     this.Retorno = new Comunicacion();
 }
コード例 #15
0
 private void Init()
 {
     this.Item    = new PerfilUsuarioCliente();
     this.Retorno = new Comunicacion();
 }
コード例 #16
0
 private void Init()
 {
     this.Item    = new Habitacion();
     this.Retorno = new Comunicacion();
 }
コード例 #17
0
 private void Init()
 {
     this.Item    = new OrdenPedidoCompleta();
     this.Retorno = new Comunicacion();
 }
コード例 #18
0
 private void Init()
 {
     this.Lista   = new List <PerfilUsuarioEmpleado>();
     this.Retorno = new Comunicacion();
 }
コード例 #19
0
 private void Init()
 {
     this.Lista   = new List <Producto>();
     this.Retorno = new Comunicacion();
 }
コード例 #20
0
 private void Init()
 {
     this.Item    = new OrdenCompraDetalle();
     this.Retorno = new Comunicacion();
 }
コード例 #21
0
 private void Init()
 {
     this.Lista   = new List <PerfilUsuarioCliente>();
     this.Retorno = new Comunicacion();
 }
コード例 #22
0
 private void Init()
 {
     this.Lista   = new List <PerfilUsuarioProveedor>();
     this.Retorno = new Comunicacion();
 }
コード例 #23
0
 private void Init()
 {
     this.Item    = new Usuario();
     this.Retorno = new Comunicacion();
 }
コード例 #24
0
 private void Init()
 {
     this.Item    = new PerfilUsuarioAdministrador();
     this.Retorno = new Comunicacion();
 }