Beispiel #1
0
 public ClienteEN(string nIF, string localidad, string codigoPostal, string numCuentaBancaria, string telefono, System.Collections.Generic.IList <BalumaProjectGenNHibernate.EN.BalumaProject.PedidoEN> pedidos, string email, string url_foto, string apellidos, string password, string username, BalumaProjectGenNHibernate.EN.BalumaProject.ValidarEN validar, string nombre)
 {
     this.init(nIF, localidad, codigoPostal, numCuentaBancaria, telefono, pedidos, email, url_foto, apellidos, password, username, validar, nombre);
 }
Beispiel #2
0
        private void init(string nIF, string localidad, string codigoPostal, string numCuentaBancaria, string telefono, System.Collections.Generic.IList <BalumaProjectGenNHibernate.EN.BalumaProject.PedidoEN> pedidos, string email, string url_foto, string apellidos, string password, string username, BalumaProjectGenNHibernate.EN.BalumaProject.ValidarEN validar, string nombre)
        {
            this.NIF = NIF;


            this.Localidad = localidad;

            this.CodigoPostal = codigoPostal;

            this.NumCuentaBancaria = numCuentaBancaria;

            this.Telefono = telefono;

            this.Pedidos = pedidos;

            this.Email = email;

            this.Url_foto = url_foto;

            this.Apellidos = apellidos;

            this.Password = password;

            this.Username = username;

            this.Validar = validar;

            this.Nombre = nombre;
        }
Beispiel #3
0
        private void init(string nIF, string apellidos, string password, string username, BalumaProjectGenNHibernate.EN.BalumaProject.ValidarEN validar, string nombre)
        {
            this.NIF = NIF;


            this.Apellidos = apellidos;

            this.Password = password;

            this.Username = username;

            this.Validar = validar;

            this.Nombre = nombre;
        }
Beispiel #4
0
 public UsuarioEN(string nIF, string apellidos, string password, string username, BalumaProjectGenNHibernate.EN.BalumaProject.ValidarEN validar, string nombre)
 {
     this.init(nIF, apellidos, password, username, validar, nombre);
 }
        private void init(string nIF, System.Collections.Generic.IList <BalumaProjectGenNHibernate.EN.BalumaProject.ProductoEN> producto, BalumaProjectGenNHibernate.EN.BalumaProject.PedidoEN pedido, string apellidos, string password, string username, BalumaProjectGenNHibernate.EN.BalumaProject.ValidarEN validar, string nombre)
        {
            this.NIF = NIF;


            this.Producto = producto;

            this.Pedido = pedido;

            this.Apellidos = apellidos;

            this.Password = password;

            this.Username = username;

            this.Validar = validar;

            this.Nombre = nombre;
        }
 public AdministradorEN(string nIF, System.Collections.Generic.IList <BalumaProjectGenNHibernate.EN.BalumaProject.ProductoEN> producto, BalumaProjectGenNHibernate.EN.BalumaProject.PedidoEN pedido, string apellidos, string password, string username, BalumaProjectGenNHibernate.EN.BalumaProject.ValidarEN validar, string nombre)
 {
     this.init(nIF, producto, pedido, apellidos, password, username, validar, nombre);
 }