WebApplication4.Models.CuentaUsuario.CuentaUsuario C# (CSharp) Méthode

CuentaUsuario() public méthode

public CuentaUsuario ( ) : System
Résultat System
        public CuentaUsuario()
        {
            this.Comentarios = new HashSet<Comentarios>();
            this.RegaloXCuenta = new HashSet<RegaloXCuenta>();
            this.Turno = new HashSet<Turno>();
            this.Ventas = new HashSet<Ventas>();
            this.Ventas1 = new HashSet<Ventas>();
            this.LogDevoluciones = new HashSet<LogDevoluciones>();
            this.Categoria = new HashSet<Categoria>();
        }
CuentaUsuario