muachung.Models.User.User C# (CSharp) Method

User() public method

public User ( ) : System
return System
        public User()
        {
            this.Products = new HashSet<Product>();
            this.Adverts = new HashSet<Advert>();
        }
User